Skip to content

Commit 9b7ba43

Browse files
committed
Add cooldowns for prek and mise
1 parent 46cdb02 commit 9b7ba43

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22

3+
update:
4+
cooldown_days: 7
5+
36
# See https://pre-commit.com for more information
47
# See https://pre-commit.com/hooks.html for more hooks
58
repos:

mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[settings]
2+
minimum_release_age = "7d"
3+
14
[tools]
25
prek = "latest"
36
python = "3.14.4"

0 commit comments

Comments
 (0)