There was an error while loading. Please reload this page.
1 parent f5b171a commit eaf503fCopy full SHA for eaf503f
2 files changed
pyproject.toml
@@ -129,3 +129,17 @@ select = [
129
130
[tool.ruff.lint.isort]
131
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