make: run flake8 during style check as well

pull/388/head
Tomas Susanka 5 years ago
parent c9096d9a0a
commit f36191274f

@ -30,6 +30,8 @@ pystyle: ## apply code style on application sources and tests
@isort $(PY_FILES)
@echo [BLACK]
@black $(PY_FILES)
@echo [FLAKE8]
@flake8 $(PY_FILES)
make -C python style
cstyle_check: ## run code style check on low-level C code

Loading…
Cancel
Save