Skip to content

Commit 8de48ce

Browse files
chore(ci): pre-commit autoupdate (#148)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 805af8c commit 8de48ce

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)