Skip to content

Commit

Permalink
add flake style check
Browse files Browse the repository at this point in the history
  • Loading branch information
louisabraham committed Feb 7, 2018
1 parent 8de2b00 commit 66db73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ clean:

flake8:
flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

.PHONY: doc dist

0 comments on commit 66db73f

Please sign in to comment.