mirror of
https://github.com/pretix/pretix.git
synced 2026-08-23 12:51:59 +00:00
Used isort to order all import statements
This commit is contained in:
@@ -77,6 +77,7 @@ Code checks and unit tests
|
||||
Before you check in your code into git, always run the static checkers and unit tests::
|
||||
|
||||
flake8 .
|
||||
isort -c -rc .
|
||||
python manage.py validate
|
||||
py.test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user