7 lines
231 B
INI
7 lines
231 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E501,E203,W503,F401,W291,W293,F541,E402,E302,E129,E999
|
|
|
|
exclude = .git,__pycache__,.drone.yml*,build,dist,*.egg-info,.venv,venv,.tox
|
|
per-file-ignores = __init__.py:F401,tests/*.py:E501
|