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:
parent
f30ea76d24
commit
175148e77c
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user