mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Ignore McCabe
This commit is contained in:
@@ -6,7 +6,7 @@ install:
|
|||||||
- pip install -q -r src/requirements.txt
|
- pip install -q -r src/requirements.txt
|
||||||
before_script:
|
before_script:
|
||||||
- cd src
|
- cd src
|
||||||
- flake8 --ignore=E123,E128,F403,F401,N802 .
|
- flake8 --ignore=E123,E128,F403,F401,N802,C901 .
|
||||||
- python manage.py check
|
- python manage.py check
|
||||||
- python manage.py validate
|
- python manage.py validate
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user