Skip to content

Commit 9f7fdc8

Browse files
chore(ci): pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.33.2](python-jsonschema/check-jsonschema@0.33.1...0.33.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.2](astral-sh/ruff-pre-commit@v0.12.1...v0.12.2)
1 parent 805af8c commit 9f7fdc8

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
@@ -27,7 +27,7 @@ repos:
2727
args:
2828
- --py39-plus
2929
- repo: https://github.com/python-jsonschema/check-jsonschema
30-
rev: 0.33.1
30+
rev: 0.33.2
3131
hooks:
3232
- id: check-metaschema
3333
files: ^src/rapids_dependency_file_generator/schema.json$
@@ -36,7 +36,7 @@ repos:
3636
args: ["--schemafile", "src/rapids_dependency_file_generator/schema.json"]
3737
- id: check-github-workflows
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.12.1
39+
rev: v0.12.2
4040
hooks:
4141
- id: ruff
4242
files: src/.*$

0 commit comments

Comments
 (0)