forked from CGM_Public/pretix_original
Resolve warnings from modern flake8
This commit is contained in:
@@ -9,7 +9,7 @@ install:
|
||||
before_script:
|
||||
- cd src
|
||||
script:
|
||||
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
|
||||
- flake8 --ignore=E123,F403,F401,N802,C901,W503,E402 .
|
||||
- isort -c -rc .
|
||||
- python manage.py check
|
||||
- make
|
||||
|
||||
Reference in New Issue
Block a user