Resolve warnings from modern flake8

This commit is contained in:
Raphael Michel
2016-03-03 18:35:37 +01:00
parent c2d7baae2b
commit 1cd64f40eb
6 changed files with 16 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ install:
before_script:
- cd src
script:
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
- flake8 --ignore=E123,F403,F401,N802,C901,W503,E402 .
- isort -c -rc .
- python manage.py check
- make