Skip to content

Commit 824a5c1

Browse files
[pre-commit.ci] pre-commit autoupdate (#298)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cb2fdcb commit 824a5c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ repos:
2323
- id: prettier
2424
# package metadata
2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.34.1
26+
rev: 0.35.0
2727
hooks:
2828
- id: check-jsonschema
2929
files: "schema.json"
3030
args: ["--check-metaschema"]
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.34.1
32+
rev: 0.35.0
3333
hooks:
3434
- id: check-jsonschema
3535
files: "packages/.*/meta.yaml"
@@ -45,7 +45,7 @@ repos:
4545
exclude: "^packages/.*/meta.yaml$"
4646
# template repo registry
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.14.4
48+
rev: v0.14.5
4949
hooks:
5050
- id: ruff-check
5151
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)