fix(audit): fermer les frontieres restantes

This commit is contained in:
GGThed
2026-08-17 14:34:06 -04:00
parent f84cb4e3b6
commit 105a72700f
28 changed files with 1511 additions and 617 deletions
+6
View File
@@ -26,6 +26,12 @@ filterwarnings = [
"ignore:datetime.datetime.utcnow:DeprecationWarning",
]
[tool.coverage.report]
# The exhaustive audit established a 71% baseline. Keep one point of margin
# for platform-specific branches while making any material regression fail CI.
fail_under = 70
show_missing = true
[tool.ruff]
line-length = 100
target-version = "py312"