Skip to content

Commit 135b9f6

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-5
2 parents 78779ee + 65006f5 commit 135b9f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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-ast
@@ -35,7 +35,7 @@ repos:
3535
- id: trailing-whitespace
3636
# ShellCheck hook for linting shell scripts
3737
- repo: https://github.com/shellcheck-py/shellcheck-py
38-
rev: "v0.10.0.1"
38+
rev: "v0.11.0.1"
3939
hooks:
4040
- id: shellcheck
4141
name: shellcheck

0 commit comments

Comments
 (0)