Skip to content

Commit eaf503f

Browse files
authored
Open BLD: Add cooldown period #212
1 parent f5b171a commit eaf503f

2 files changed

Lines changed: 751 additions & 694 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,17 @@ select = [
129129

130130
[tool.ruff.lint.isort]
131131
combine-as-imports = true
132+
133+
[tool.uv]
134+
exclude-newer = "1 week"
135+
# Exclude specific package(s) we maintain for quick iteration
136+
137+
[tool.uv.exclude-newer-package]
138+
"fmu-config" = false
139+
"fmu-dataio" = false
140+
"fmu-datamodels" = false
141+
"fmu-settings" = false
142+
"sumo-wrapper-python" = false
143+
"ert" = false
144+
"xtgeo" = false
145+
"xtgeoviz" = false

0 commit comments

Comments
 (0)