5 lines
93 B
INI
5 lines
93 B
INI
[flake8]
|
|
ignore = E203,E722,W503
|
|
exclude = .git,__pycache__,venv,debug
|
|
max-line-length = 120
|