Skip to content

Commit accbb36

Browse files
chore: enforce 2-day minimum age for non-uipath packages
Add tool.uv.exclude-newer = "2 days" with uipath, uipath-core, uipath-platform, uipath-runtime opted out via exclude-newer-package.
1 parent 06744d0 commit accbb36

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ exclude_lines = [
109109
"@(abc\\.)?abstractmethod",
110110
]
111111

112+
[tool.uv]
113+
exclude-newer = "2 days"
114+
115+
[tool.uv.exclude-newer-package]
116+
uipath = false
117+
uipath-core = false
118+
uipath-platform = false
119+
uipath-runtime = false
120+
112121
[[tool.uv.index]]
113122
name = "testpypi"
114123
url = "https://test.pypi.org/simple/"

uv.lock

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)