Isort setup

This commit is contained in:
Ludovic Stephan 2019-07-18 15:43:03 +02:00 committed by Martin Pépin
parent b3e7b59903
commit 53ea6f24ee
No known key found for this signature in database
GPG key ID: E7520278B1774448
2 changed files with 4 additions and 2 deletions

View file

@ -1,10 +1,11 @@
# Generated by Django 2.2 on 2019-07-17 12:48
import bds.models
import django.db.models.deletion
from django.conf import settings
from django.db import migrations, models
import bds.models
class Migration(migrations.Migration):

View file

@ -1,6 +1,7 @@
[coverage:run]
source =
bda
bds
cof
events
gestioncof
@ -35,7 +36,7 @@ default_section = THIRDPARTY
force_grid_wrap = 0
include_trailing_comma = true
known_django = django
known_first_party = bda,cof,events,gestioncof,kfet,petitscours,shared,utils
known_first_party = bda,bds,cof,events,gestioncof,kfet,petitscours,shared,utils
line_length = 88
multi_line_output = 3
not_skip = __init__.py