Skip to content

Commit 7923917

Browse files
authored
Merge pull request pyoceans#243 from ocefpaf/add_cooldown
Add cooldown
2 parents ded55b8 + 3ea03f0 commit 7923917

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ updates:
99
interval: "daily"
1010
labels:
1111
- "Bot"
12+
cooldown:
13+
default-days: 7

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
files: requirements-dev.txt
1515

1616
- repo: https://github.com/keewis/blackdoc
17-
rev: v0.4.5
17+
rev: v0.4.6
1818
hooks:
1919
- id: blackdoc
2020

@@ -39,7 +39,7 @@ repos:
3939
- id: add-trailing-comma
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.14.3
42+
rev: v0.14.7
4343
hooks:
4444
- id: ruff
4545
args: ["--fix", "--show-fixes"]
@@ -62,12 +62,12 @@ repos:
6262
- id: nb-strip-paths
6363

6464
- repo: https://github.com/tox-dev/pyproject-fmt
65-
rev: v2.11.0
65+
rev: v2.11.1
6666
hooks:
6767
- id: pyproject-fmt
6868

6969
- repo: https://github.com/woodruffw/zizmor-pre-commit
70-
rev: v1.16.2
70+
rev: v1.18.0
7171
hooks:
7272
- id: zizmor
7373

0 commit comments

Comments
 (0)