mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +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
|
||||
forced_separate = apps
|
||||
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
|
||||
# [tool:pytest]
|
||||
|
@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
|
||||
from ..src import consts, norcow
|
||||
from . import common
|
||||
from ..src import consts, norcow
|
||||
|
||||
|
||||
def test_norcow_set():
|
||||
|
@ -1,2 +1,3 @@
|
||||
^\./legacy/firmware/protob/messages_pb2\.py
|
||||
^\./legacy/firmware/protob/messages_nem_pb2\.py
|
||||
^\./legacy/vendor
|
||||
|
Loading…
Reference in New Issue
Block a user