Isort
This commit is contained in:
parent
7cfc85f1fc
commit
5bc518eba6
21 changed files with 121 additions and 106 deletions
10
setup.cfg
Normal file
10
setup.cfg
Normal file
|
@ -0,0 +1,10 @@
|
|||
[flake8]
|
||||
max-line-length = 99
|
||||
exclude = .git, *.pyc, __pycache__, migrations
|
||||
extend-ignore = E231, E203
|
||||
|
||||
[isort]
|
||||
profile = black
|
||||
known_django = django
|
||||
known_first_party = avisstage
|
||||
sections = FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER
|
Loading…
Add table
Add a link
Reference in a new issue