Skip to content

Commit d368ba7

Browse files
committed
MAINT: Add cooldown period for dependancy installation
1 parent 9120451 commit d368ba7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ select = [
108108

109109
[tool.ruff.lint.isort]
110110
combine-as-imports = true
111+
112+
[tool.uv]
113+
exclude-newer = "1 week"
114+
115+
[project]
116+
name = "fmu-config"

0 commit comments

Comments
 (0)