Skip to content

Commit dcda602

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.281...v0.0.287) - [github.com/python-jsonschema/check-jsonschema: 0.23.3 → 0.26.3](python-jsonschema/check-jsonschema@0.23.3...0.26.3)
1 parent 1cc3901 commit dcda602

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
@@ -6,12 +6,12 @@ repos:
66
pass_filenames: true
77
exclude: _vendor|vendored|examples
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.0.281
9+
rev: v0.0.287
1010
hooks:
1111
- id: ruff
1212
exclude: _vendor|vendored
1313
- repo: https://github.com/python-jsonschema/check-jsonschema
14-
rev: 0.23.3
14+
rev: 0.26.3
1515
hooks:
1616
- id: check-github-workflows
1717
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)