1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00

style: be more explicit about wrongly sorted imports

This commit is contained in:
matejcik 2018-08-21 16:53:17 +02:00
parent f30ea76d24
commit 175148e77c

View File

@ -23,5 +23,5 @@ style:
stylecheck: stylecheck:
black --check $(STYLE_TARGETS) black --check $(STYLE_TARGETS)
isort --check-only --recursive $(STYLE_TARGETS) --skip-glob "*/$(EXCLUDE_TARGETS)/*" isort --diff --check-only --recursive $(STYLE_TARGETS) --skip-glob "*/$(EXCLUDE_TARGETS)/*"
flake8 flake8