Skip to content

Commit 81fbb95

Browse files
committed
MAINT: Add cooldown period
1 parent ffdb96a commit 81fbb95

2 files changed

Lines changed: 335 additions & 322 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,11 @@ testpaths = "tests"
123123
markers = [
124124
"integration: Integration tests",
125125
]
126+
127+
[tool.uv]
128+
exclude-newer = "1 week"
129+
# Exclude specific package(s) we maintain for quick iteration
130+
131+
[tool.uv.exclude-newer-package]
132+
"xtgeo" = false
133+

0 commit comments

Comments
 (0)