Skip to content

Commit

Permalink
[Makefile] update test-python target with default flake8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jun 17, 2022
1 parent 1f55516 commit 65dbfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test-coverage:

test-python:
tox
flake8 --ignore=E501,W503,E121,E123,E126,E226,E24,E704,W503,W504,N806 src/crunch.py
flake8 src/crunch.py

test-shell:
shellcheck --exclude=2046 src/*.sh
Expand Down

0 comments on commit 65dbfb6

Please sign in to comment.