Skip to content

Commit 7592940

Browse files
[pre-commit.ci] pre-commit autoupdate (#3545)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ff14c22 commit 7592940

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
@@ -14,14 +14,14 @@ repos:
1414
args: ["--fix=lf"]
1515
- id: check-case-conflict
1616
- repo: https://github.com/python-jsonschema/check-jsonschema
17-
rev: 0.34.0
17+
rev: 0.34.1
1818
hooks:
1919
- id: check-dependabot
2020
- id: check-github-workflows
2121
- id: check-github-actions
2222
- id: check-readthedocs
2323
- repo: https://github.com/rhysd/actionlint
24-
rev: v1.7.7
24+
rev: v1.7.8
2525
hooks:
2626
- id: actionlint
2727
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
3939
- id: shellcheck
4040
args: ["--severity=style"]
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.13.3
42+
rev: v0.14.0
4343
hooks:
4444
- id: ruff
4545
args: ["--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)