We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2cdc3 commit 03fda96Copy full SHA for 03fda96
Makefile
@@ -5,4 +5,4 @@ test: pep8
5
6
.PHONY: pep8
7
pep8:
8
- @flake8 * --ignore=F403,F401
+ @flake8 * --ignore=F403,F401 --exclude=requirements.txt,*.pyc,*.md,COPYING,Makefile,*.wsgi
0 commit comments