Files
quiz_test/.flake8
Andrey K. Choi 55a41a32dc
All checks were successful
continuous-integration/drone/pr Build is passing
lint errors fix
2025-09-11 12:19:57 +09:00

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