All checks were successful
continuous-integration/drone/pr Build is passing
7 lines
275 B
INI
7 lines
275 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E501,E203,W503,F401,W291,W293,F541,E402,E302,E129,E999,E305,E722,E128,E131,F811,F841
|
|
|
|
exclude = .git,__pycache__,.drone.yml*,build,dist,*.egg-info,.venv,venv,.tox,.history,logs
|
|
per-file-ignores = __init__.py:F401,tests/*.py:E501
|