Skip to content

Commit cb14702

Browse files
committed
feat(controller): show code and reason on flake8 errors
1 parent c697fb6 commit cb14702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ setup-venv:
7474
venv/bin/pip install --disable-pip-version-check -q -r requirements.txt -r dev_requirements.txt
7575

7676
test-style: setup-venv
77-
venv/bin/flake8
77+
venv/bin/flake8 --show-pep8 --show-source
7878
shellcheck $(SHELL_SCRIPTS)
7979

8080
test-unit: setup-venv test-style

0 commit comments

Comments
 (0)