4 lines
161 B
INI
4 lines
161 B
INI
[flake8]
|
|
ignore = E203, E231, E266, E501, W503, W605, B028, R502, R503
|
|
max-line-length = 160
|
|
exclude = migrations,static,_static,build,*settings.py,.tox/*,local
|