python: run flake8 as part of make style

pull/704/head
matejcik 5 years ago committed by matejcik
parent 09962708d3
commit d9c581b95b

@ -58,6 +58,7 @@ style:
black $(STYLE_TARGETS)
isort --apply --recursive $(STYLE_TARGETS) --skip-glob "$(EXCLUDE_TARGETS)/*"
autoflake -i --remove-all-unused-imports -r $(STYLE_TARGETS) --exclude "$(EXCLUDE_TARGETS)"
flake8
style_check:
black --check $(STYLE_TARGETS)

Loading…
Cancel
Save