We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c697fb6 commit cb14702Copy full SHA for cb14702
1 file changed
controller/Makefile
@@ -74,7 +74,7 @@ setup-venv:
74
venv/bin/pip install --disable-pip-version-check -q -r requirements.txt -r dev_requirements.txt
75
76
test-style: setup-venv
77
- venv/bin/flake8
+ venv/bin/flake8 --show-pep8 --show-source
78
shellcheck $(SHELL_SCRIPTS)
79
80
test-unit: setup-venv test-style
0 commit comments