legacy+storage: fix style checks

pull/138/head
Pavol Rusnak 5 years ago
parent f27187e603
commit 0ae10a1924
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save