We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805af8c commit 8de48ceCopy full SHA for 8de48ce
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
args:
28
- --py39-plus
29
- repo: https://github.com/python-jsonschema/check-jsonschema
30
- rev: 0.33.1
+ rev: 0.33.2
31
hooks:
32
- id: check-metaschema
33
files: ^src/rapids_dependency_file_generator/schema.json$
@@ -36,7 +36,7 @@ repos:
36
args: ["--schemafile", "src/rapids_dependency_file_generator/schema.json"]
37
- id: check-github-workflows
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: v0.12.1
+ rev: v0.12.2
40
41
- id: ruff
42
files: src/.*$
0 commit comments