forked from DGNum/gestioCOF
Isort setup
This commit is contained in:
parent
b3e7b59903
commit
53ea6f24ee
2 changed files with 4 additions and 2 deletions
|
@ -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):
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue