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