Skip to content

Commit

Permalink
ignoring flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Jul 8, 2021
1 parent bbe9728 commit f07fbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ help:
test:
$(TEST_COMMAND)
pep8:
pycodestyle gneiss setup.py
flake8 gneiss setup.py
pycodestyle gneiss setup.py --ignore E303,E731
flake8 gneiss setup.py --ignore E303,E731

all: pep8 test

0 comments on commit f07fbb9

Please sign in to comment.