Skip to content

Commit fdd35a8

Browse files
chore: pre-commit autoupdate (#1929)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.24.1 → 0.26.3](python-jsonschema/check-jsonschema@0.24.1...0.26.3) - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.0.286](astral-sh/ruff-pre-commit@v0.0.285...v0.0.286) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b1b97b0 commit fdd35a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ repos:
3636
)$
3737
3838
- repo: https://github.com/python-jsonschema/check-jsonschema
39-
rev: 0.24.1
39+
rev: 0.26.3
4040
hooks:
4141
- id: check-dependabot
4242
- id: check-github-workflows
4343
- id: check-readthedocs
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.0.285
46+
rev: v0.0.286
4747
hooks:
4848
- id: ruff
4949
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)