mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Ignore McCabe
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user