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 4a9a32f commit a508c0bCopy full SHA for a508c0b
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: debug-statements
16
- id: requirements-txt-fixer
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
- rev: 'v1.17.1'
+ rev: 'v1.18.2'
19
hooks:
20
- id: mypy
21
additional_dependencies: [types-PyYAML]
@@ -28,7 +28,7 @@ repos:
28
args:
29
- --py39-plus
30
- repo: https://github.com/python-jsonschema/check-jsonschema
31
- rev: 0.33.3
+ rev: 0.34.0
32
33
- id: check-metaschema
34
files: ^src/rapids_dependency_file_generator/schema.json$
@@ -37,7 +37,7 @@ repos:
37
args: ["--schemafile", "src/rapids_dependency_file_generator/schema.json"]
38
- id: check-github-workflows
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.12.9
+ rev: v0.13.3
41
42
- id: ruff
43
files: src/.*$
0 commit comments