chore: add uv exclude-newer safeguard

This commit is contained in:
Matthias
2026-03-31 06:40:03 +02:00
parent 36d2ed061f
commit ea51c646cd
+8 -3
View File
@@ -217,9 +217,14 @@ reportRedeclaration = false # 1
reportReturnType = false # 28
reportTypedDictNotRequiredAccess = false # 27
# [tool.uv]
# exclude-newer = "1 week"
# exclude-newer-package = { ccxt = false }
[tool.uv]
exclude-newer = "1 week"
[tool.uv.exclude-newer-package]
ccxt = false
cryptography = "3 days"
requests = "5 days"
build= "5 days"
[tool.ruff]
line-length = 100