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 9116ae5 commit 86b8941Copy full SHA for 86b8941
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
autoupdate_commit_msg: "chore(ci): pre-commit autoupdate"
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: 'v5.0.0'
+ rev: 'v6.0.0'
7
hooks:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
@@ -36,14 +36,14 @@ 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.7
+ rev: v0.12.8
40
41
- id: ruff
42
files: src/.*$
43
- id: ruff-format
44
45
- repo: https://github.com/shellcheck-py/shellcheck-py
46
- rev: v0.10.0.1
+ rev: v0.11.0.1
47
48
- id: shellcheck
49
default_language_version:
0 commit comments