diff --git a/pyproject.toml b/pyproject.toml index 7317ef78..bc3c08a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,5 +64,8 @@ target-version = "py310" select = ["E", "F", "I", "N"] ignore = [] +[tool.uv] +exclude-newer = "7d" + [tool.ruff.mccabe] max-complexity = 10