Skip to content

Commit 4fd40e5

Browse files
Lotramryneeverett
authored andcommitted
add cooldown for uv.
This is considered a good practice against dependency attacks.
1 parent 5e9dbcf commit 4fd40e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ clickup = "bugwarrior.services.clickup:ClickupService"
8686
[project.entry-points."ini2toml.processing"]
8787
bugwarrior = "bugwarrior.config.ini2toml_plugin:activate"
8888

89+
[tool.uv]
90+
exclude-newer = "3 days"
91+
8992
[tool.ruff.format]
9093
quote-style = "preserve"
9194
skip-magic-trailing-comma = true

0 commit comments

Comments
 (0)