mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-05 06:12:34 +00:00
make: run flake8 during style check as well
This commit is contained in:
parent
c9096d9a0a
commit
f36191274f
2
Makefile
2
Makefile
@ -30,6 +30,8 @@ pystyle: ## apply code style on application sources and tests
|
|||||||
@isort $(PY_FILES)
|
@isort $(PY_FILES)
|
||||||
@echo [BLACK]
|
@echo [BLACK]
|
||||||
@black $(PY_FILES)
|
@black $(PY_FILES)
|
||||||
|
@echo [FLAKE8]
|
||||||
|
@flake8 $(PY_FILES)
|
||||||
make -C python style
|
make -C python style
|
||||||
|
|
||||||
cstyle_check: ## run code style check on low-level C code
|
cstyle_check: ## run code style check on low-level C code
|
||||||
|
Loading…
Reference in New Issue
Block a user