fix(audit): fermer les frontieres restantes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user