Skip to content

Commit 86b8941

Browse files
chore(ci): pre-commit autoupdate (#158)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9116ae5 commit 86b8941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_commit_msg: "chore(ci): pre-commit autoupdate"
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: 'v5.0.0'
6+
rev: 'v6.0.0'
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -36,14 +36,14 @@ 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.7
39+
rev: v0.12.8
4040
hooks:
4141
- id: ruff
4242
files: src/.*$
4343
- id: ruff-format
4444
files: src/.*$
4545
- repo: https://github.com/shellcheck-py/shellcheck-py
46-
rev: v0.10.0.1
46+
rev: v0.11.0.1
4747
hooks:
4848
- id: shellcheck
4949
default_language_version:

0 commit comments

Comments
 (0)