Standardise isort

This commit is contained in:
Ariel Rin 2023-02-13 03:11:32 +00:00
parent f4ac2ea400
commit ebefa0e307
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -76,4 +76,3 @@ celerybeat-schedule
.flake8
.pylintrc
Makefile
.isort.cfg

6
.isort.cfg Normal file
View 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