Update coverage badges [skip ci]

This commit is contained in:
Gitea Action
2026-08-08 20:35:15 +00:00
commit 735face593
312 changed files with 91102 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Packaging metadata lives in pyproject.toml ([project]), which takes
# precedence over anything declared here. This file keeps only tool config
# that has nowhere better to live.
[flake8]
exclude =
venv,
build,
dist,
.git,
__pycache__,
.pytest_cache,
*.egg-info
max-line-length = 120
extend-ignore = E203
per-file-ignores =
*:F841