Ignore McCabe

This commit is contained in:
Raphael Michel
2014-10-07 00:53:03 +02:00
parent b0126e30f3
commit 421b4d8eca

View File

@@ -6,7 +6,7 @@ install:
- pip install -q -r src/requirements.txt
before_script:
- cd src
- flake8 --ignore=E123,E128,F403,F401,N802 .
- flake8 --ignore=E123,E128,F403,F401,N802,C901 .
- python manage.py check
- python manage.py validate
script: