forked from CGM_Public/pretix_original
Django's new URLconfig style allows us to no longer ignore PEP8s error
E128
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,W503 .
|
||||
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
|
||||
- python manage.py check
|
||||
- python manage.py validate
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user