Skip to content

Commit fe44249

Browse files
[pre-commit.ci] pre-commit autoupdate (#3600)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.36.2](python-jsonschema/check-jsonschema@0.36.1...0.36.2) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.11](rhysd/actionlint@v1.7.10...v1.7.11) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](astral-sh/ruff-pre-commit@v0.15.0...v0.15.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7d76031 commit fe44249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/python-jsonschema/check-jsonschema
3-
rev: 0.36.1
3+
rev: 0.36.2
44
hooks:
55
- id: check-dependabot
66
- id: check-github-workflows
77
- id: check-github-actions
88
- id: check-readthedocs
99
- repo: https://github.com/rhysd/actionlint
10-
rev: v1.7.10
10+
rev: v1.7.11
1111
hooks:
1212
- id: actionlint
1313
additional_dependencies:
@@ -25,7 +25,7 @@ repos:
2525
- id: shellcheck
2626
args: ["--severity=style"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.0
28+
rev: v0.15.1
2929
hooks:
3030
- id: ruff-check
3131
args: ["--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)