mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
style: explain to isort that we use third party libraries and which they
are, since it apparently cannot figure that out on its own
This commit is contained in:
parent
175148e77c
commit
f880ba933f
@ -32,3 +32,5 @@ combine_as_imports = True
|
|||||||
line_length = 88
|
line_length = 88
|
||||||
not_skip=__init__.py
|
not_skip=__init__.py
|
||||||
known_first_party=trezorlib
|
known_first_party=trezorlib
|
||||||
|
known_third_party=hidapi, rlp, ethjsonrpc, ecdsa, mnemonic, requests, click, pyblake2, \
|
||||||
|
usb, construct
|
||||||
|
Loading…
Reference in New Issue
Block a user