We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8339a75 commit 18ecb01Copy full SHA for 18ecb01
1 file changed
pyproject.toml
@@ -86,6 +86,9 @@ clickup = "bugwarrior.services.clickup:ClickupService"
86
[project.entry-points."ini2toml.processing"]
87
bugwarrior = "bugwarrior.config.ini2toml_plugin:activate"
88
89
+[tool.uv]
90
+exclude-newer = "3 days"
91
+
92
[tool.ruff.format]
93
quote-style = "preserve"
94
skip-magic-trailing-comma = true
0 commit comments