-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #724: Fix builds, update build containers, update dependencies,…
… and fix ci. ed0b4e0 test, ledger: Update automation for new message display (Ava Chow) 4eca419 ci: Set test timeout of 45 minutes (Ava Chow) e4f51bc test, trezor: Install rustfmt component (Ava Chow) 4e4a4e7 ci: Bump action versions to avoid deprecation warnings (Ava Chow) 21f7e11 ci: Ignore flake8 E231 (Ava Chow) cb570be trezor: Fix lint error (Ava Chow) 2d64407 ledger: Add missing type annotation (Ava Chow) c2366db scripted-diff: Use assertEqual instead of assertEquals (Ava Chow) 9a38436 keepky: Update TrezorModel to include internal_name (Ava Chow) 0b50184 deps: Update dependencies (Ava Chow) 9d43b37 build: Update build containers to debian bookworm (Ava Chow) a71a820 build: Fix arch check for hwi-qt moving (Ava Chow) Pull request description: Couple of minor things that weren't fully working while doing the 2.4.0 build. Also periodic update to dependencies. Top commit has no ACKs. Tree-SHA512: 397f7d2284a1f4cbb45f6fff3008161a1f5a5e1fd10c0572c02e4811a42dc1a9f6acbd55259ca9b8f0672da1e21cb9f8f0fc3187b093d50f0e6cc8611a54ff06
- Loading branch information
Showing
17 changed files
with
519 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[flake8] | ||
exclude = *.pyc,__pycache__,hwilib/devices/ledger_bitcoin/,hwilib/devices/btchip,hwilib/devices/ckcc/,hwilib/devices/jadepy/,hwilib/devices/trezorlib/,test/work/,hwilib/ui,hwilib/devices/bitbox02_lib | ||
ignore = E261,E302,E305,E501,E722,W5 | ||
ignore = E261,E302,E305,E501,E722,W5,E231 | ||
per-file-ignores = setup.py:E122 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.