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 903eb0f + 92586e0 commit 6389242Copy full SHA for 6389242
.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-case-conflict
@@ -27,7 +27,7 @@ repos:
27
- id: trailing-whitespace
28
# ShellCheck hook for linting shell scripts
29
- repo: https://github.com/shellcheck-py/shellcheck-py
30
- rev: "v0.10.0.1"
+ rev: "v0.11.0.1"
31
32
- id: shellcheck
33
name: shellcheck
0 commit comments