Skip to content

Commit 419310b

Browse files
[pre-commit.ci] pre-commit autoupdate (#515)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 544d081 commit 419310b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ updates:
44
directory: "/"
55
schedule:
66
interval: monthly
7+
cooldown:
8+
default-days: 7
79
- package-ecosystem: github-actions
810
directory: "/"
911
schedule:
1012
interval: monthly
13+
cooldown:
14+
default-days: 7

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ repos:
2222
- id: check-docstring-first
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.13.3
25+
rev: v0.14.7
2626
hooks:
2727
- id: ruff-check
2828
- id: ruff-format
2929

3030
- repo: https://github.com/woodruffw/zizmor-pre-commit
31-
rev: v1.14.2
31+
rev: v1.18.0
3232
hooks:
3333
- id: zizmor

0 commit comments

Comments
 (0)