1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

style: explicitly list shamir-mnemonic in the proper group

This commit is contained in:
matejcik 2019-11-29 13:42:15 +01:00 committed by matejcik
parent 0320a6f23b
commit d1d9ce013e

View File

@ -26,7 +26,7 @@ line_length = 88
not_skip=__init__.py not_skip=__init__.py
forced_separate = apps forced_separate = apps
known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig
known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic,shamir-mnemonic
known_first_party = trezorlib known_first_party = trezorlib
[tool:pytest] [tool:pytest]