From c683251d7b9123b6011491ce3b435a891ad54d71 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 6 Aug 2019 15:09:43 +0200 Subject: [PATCH] tests: add new test location to style checks --- setup.cfg | 3 ++- tools/style.py.include | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5361caa3c..90c4c70a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,8 @@ 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 +known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic +known_first_party = trezorlib [tool:pytest] addopts = --strict diff --git a/tools/style.py.include b/tools/style.py.include index 07bba6d03..4bf5eefa1 100644 --- a/tools/style.py.include +++ b/tools/style.py.include @@ -3,3 +3,4 @@ ^\./crypto/ ^\./legacy/ ^\./storage/ +^\./tests/