mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
legacy+storage: fix style checks
This commit is contained in:
parent
f27187e603
commit
0ae10a1924
@ -28,6 +28,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
|
||||||
|
|
||||||
# TODO: ask matejcik if we can omit this completely
|
# TODO: ask matejcik if we can omit this completely
|
||||||
# [tool:pytest]
|
# [tool:pytest]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from ..src import consts, norcow
|
|
||||||
from . import common
|
from . import common
|
||||||
|
from ..src import consts, norcow
|
||||||
|
|
||||||
|
|
||||||
def test_norcow_set():
|
def test_norcow_set():
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
^\./legacy/firmware/protob/messages_pb2\.py
|
^\./legacy/firmware/protob/messages_pb2\.py
|
||||||
|
^\./legacy/firmware/protob/messages_nem_pb2\.py
|
||||||
^\./legacy/vendor
|
^\./legacy/vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user