Files
quiz_test/.flake8
Andrey K. Choi 8fa94bb416
Some checks failed
continuous-integration/drone/pr Build is failing
flake8 fix
2025-09-11 12:11:02 +09:00

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