Skip to content

Commit 139a777

Browse files
[pre-commit.ci] pre-commit autoupdate (#749)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.2 → 0.31.3](python-jsonschema/check-jsonschema@0.31.2...0.31.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.9...v0.9.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b9852f3 commit 139a777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
args: ["--fix=lf"]
1515
- id: check-case-conflict
1616
- repo: https://github.com/python-jsonschema/check-jsonschema
17-
rev: 0.31.2
17+
rev: 0.31.3
1818
hooks:
1919
- id: check-dependabot
2020
- id: check-github-workflows
@@ -36,7 +36,7 @@ repos:
3636
- id: shellcheck
3737
args: ["--severity=style"]
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.9.9
39+
rev: v0.9.10
4040
hooks:
4141
- id: ruff
4242
args: ["--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)