Skip to content

Commit 3b7ef0b

Browse files
committed
use uv exclude-newer param to exclude packages newer than 72 hours
1 parent 9097835 commit 3b7ef0b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ dev = [
8383
"plotly[dev_optional]"
8484
]
8585

86+
[tool.uv]
87+
exclude-newer = "72 hours"
88+
8689
[project.scripts]
8790
plotly_get_chrome = "plotly.io._kaleido:plotly_get_chrome"
8891

uv.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)