5 lines
119 B
INI
5 lines
119 B
INI
[flake8]
|
|
extend-ignore = E203, E701, E704, W605, F405
|
|
exclude = .git,__pycache__,venv,migrations
|
|
max-line-length = 120
|