Used isort to order all import statements

This commit is contained in:
Raphael Michel
2015-07-19 20:46:34 +02:00
parent c2971d28a6
commit e828d711bd
107 changed files with 353 additions and 244 deletions

View File

@@ -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