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 73bf541 commit 16f5ac5Copy full SHA for 16f5ac5
Makefile
@@ -5,4 +5,4 @@ test: pep8
5
6
.PHONY: pep8
7
pep8:
8
- @flake8 * --ignore=F403,F401 --exclude=requirements.txt,*.pyc,*.md,COPYING,Makefile,*.wsgi
+ @flake8 * --ignore=F403,F401 --exclude=requirements.txt,*.pyc,*.md,COPYING,Makefile,*.wsgi,*celerybeat-schedule*
0 commit comments