mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Used isort to order all import statements
This commit is contained in:
@@ -10,6 +10,7 @@ install:
|
||||
before_script:
|
||||
- cd src
|
||||
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
|
||||
- isort -c -rc .
|
||||
- python manage.py check
|
||||
script:
|
||||
- make
|
||||
|
||||
Reference in New Issue
Block a user