1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +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:
matejcik 2018-08-21 17:55:33 +02:00
parent 175148e77c
commit f880ba933f

View File

@ -32,3 +32,5 @@ combine_as_imports = True
line_length = 88
not_skip=__init__.py
known_first_party=trezorlib
known_third_party=hidapi, rlp, ethjsonrpc, ecdsa, mnemonic, requests, click, pyblake2, \
usb, construct