1
0
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:
Pavol Rusnak 2019-05-04 22:42:12 +02:00
parent f27187e603
commit 0ae10a1924
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 3 additions and 1 deletions

View File

@ -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]

View File

@ -1,7 +1,7 @@
import pytest
from ..src import consts, norcow
from . import common
from ..src import consts, norcow
def test_norcow_set():

View File

@ -1,2 +1,3 @@
^\./legacy/firmware/protob/messages_pb2\.py
^\./legacy/firmware/protob/messages_nem_pb2\.py
^\./legacy/vendor