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 f82de7e commit c1fb7eaCopy full SHA for c1fb7ea
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: debug-statements
15
- id: requirements-txt-fixer
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: 'v1.17.0'
+ rev: 'v1.17.1'
18
hooks:
19
- id: mypy
20
additional_dependencies: [types-PyYAML]
@@ -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.5
+ rev: v0.12.7
40
41
- id: ruff
42
files: src/.*$
0 commit comments