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.
2 parents 78779ee + 65006f5 commit 135b9f6Copy full SHA for 135b9f6
1 file changed
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: sync-pre-commit-deps
7
# Pre-commit hooks for general file checks
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: "v5.0.0"
+ rev: "v6.0.0"
10
hooks:
11
- id: check-added-large-files
12
- id: check-ast
@@ -35,7 +35,7 @@ repos:
35
- id: trailing-whitespace
36
# ShellCheck hook for linting shell scripts
37
- repo: https://github.com/shellcheck-py/shellcheck-py
38
- rev: "v0.10.0.1"
+ rev: "v0.11.0.1"
39
40
- id: shellcheck
41
name: shellcheck
0 commit comments