diff --git a/pyproject.toml b/pyproject.toml index de66019..0426e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,6 +104,9 @@ exclude = [ "CLAUDE.md", ] +[tool.uv] +exclude-newer = "P3D" # Supply chain safety: avoid packages published < 3 days ago + [tool.ruff] line-length = 100 target-version = "py311"