Skip to content

Commit 92586e0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1)
1 parent 903eb0f commit 92586e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: sync-pre-commit-deps
77
# Pre-commit hooks for general file checks
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: "v5.0.0"
9+
rev: "v6.0.0"
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
2727
- id: trailing-whitespace
2828
# ShellCheck hook for linting shell scripts
2929
- repo: https://github.com/shellcheck-py/shellcheck-py
30-
rev: "v0.10.0.1"
30+
rev: "v0.11.0.1"
3131
hooks:
3232
- id: shellcheck
3333
name: shellcheck

0 commit comments

Comments
 (0)