Files
yaml-audio-metadata/.flake8
2025-11-06 18:45:23 +01:00

13 lines
196 B
INI

[flake8]
max-line-length = 88
max-complexity = 10
select = C,E,F,W,B,B950
ignore = E203,E501,W503
exclude =
.git,
__pycache__,
*.egg-info,
.nox,
.pytest_cache,
.mypy_cache