Skip to content
Snippets Groups Projects
Commit 03fda961 authored by Thiago Avelino's avatar Thiago Avelino
Browse files

Fix flake8 exclude

parent 8a2cdc3f
No related branches found
Tags v1.3.1
No related merge requests found
......@@ -5,4 +5,4 @@ test: pep8
.PHONY: pep8
pep8:
@flake8 * --ignore=F403,F401
@flake8 * --ignore=F403,F401 --exclude=requirements.txt,*.pyc,*.md,COPYING,Makefile,*.wsgi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment