mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Standardise isort
This commit is contained in:
parent
f4ac2ea400
commit
ebefa0e307
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,4 +76,3 @@ celerybeat-schedule
|
|||||||
.flake8
|
.flake8
|
||||||
.pylintrc
|
.pylintrc
|
||||||
Makefile
|
Makefile
|
||||||
.isort.cfg
|
|
||||||
|
6
.isort.cfg
Normal file
6
.isort.cfg
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[settings]
|
||||||
|
profile=django
|
||||||
|
sections=FUTURE,STDLIB,THIRDPARTY,DJANGO,ESI,FIRSTPARTY,LOCALFOLDER
|
||||||
|
known_esi=esi
|
||||||
|
known_django=django
|
||||||
|
skip_gitignore=true
|
Loading…
x
Reference in New Issue
Block a user