flake8
This commit is contained in:
parent
b53170feae
commit
32ba0e6111
18 changed files with 37 additions and 53 deletions
|
@ -1,7 +1,7 @@
|
|||
[flake8]
|
||||
max-line-length = 99
|
||||
exclude = .git, *.pyc, __pycache__, migrations
|
||||
extend-ignore = E231, E203
|
||||
extend-ignore = E231, E203, E402
|
||||
|
||||
[isort]
|
||||
profile = black
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue