mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
New pep8 version added a warning W503 which we will ignore
This commit is contained in:
@@ -7,7 +7,7 @@ install:
|
||||
- pip install -q -r src/requirements.txt
|
||||
before_script:
|
||||
- cd src
|
||||
- flake8 --ignore=E123,E128,F403,F401,N802,C901 .
|
||||
- flake8 --ignore=E123,E128,F403,F401,N802,C901,W503 .
|
||||
- python manage.py check
|
||||
- python manage.py validate
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user