5 lines
124 B
INI
5 lines
124 B
INI
[flake8]
|
|
max-line-length = 88
|
|
ignore = E501, W503, E203
|
|
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.venv
|