Skip to content

Commit 3f266a4

Browse files
[pre-commit.ci] pre-commit autoupdate (#716)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
1 parent 9cb611b commit 3f266a4

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ updates:
88
actions:
99
patterns:
1010
- "*"
11+
cooldown:
12+
default-days: 7

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.13.3
3+
rev: v0.14.10
44
hooks:
55
- id: ruff
66
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -17,11 +17,11 @@ repos:
1717
- id: mixed-line-ending
1818
args: [--fix=lf]
1919
- repo: https://github.com/sphinx-contrib/sphinx-lint
20-
rev: v1.0.0
20+
rev: v1.0.2
2121
hooks:
2222
- id: sphinx-lint
2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.34.0
24+
rev: 0.36.0
2525
hooks:
2626
- id: check-dependabot
2727
- id: check-github-workflows
@@ -32,7 +32,7 @@ repos:
3232
- id: validate-pyproject
3333
additional_dependencies: ["validate-pyproject-schema-store[all]"]
3434
- repo: https://github.com/rhysd/actionlint
35-
rev: v1.7.7
35+
rev: v1.7.10
3636
hooks:
3737
- id: actionlint
3838
additional_dependencies:
@@ -41,7 +41,7 @@ repos:
4141
# but the integration only works if shellcheck is installed
4242
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"
4343
- repo: https://github.com/woodruffw/zizmor-pre-commit
44-
rev: v1.14.2
44+
rev: v1.19.0
4545
hooks:
4646
- id: zizmor
4747
- repo: meta

0 commit comments

Comments
 (0)