chore: add exclude-newer = 3 days to all pyproject.toml files

This commit is contained in:
Greyson LaLonde
2026-04-04 02:02:58 +08:00
committed by GitHub
parent c571620f8c
commit ce99312db1
6 changed files with 16 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ release = "crewai_devtools.cli:release"
docs-check = "crewai_devtools.docs_check:docs_check"
devtools = "crewai_devtools.cli:main"
[tool.uv]
exclude-newer = "3 days"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"