Skip to content

Commit f00cb06

Browse files
Merge pull request #2396 from VWS-Python/shell-bash
Update calling method for shellcheck shell option to be consistent amoung projects
2 parents d1df577 + 10c2f90 commit f00cb06

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
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: check-useless-excludes
4343
- repo: https://github.com/pre-commit/pre-commit-hooks
44-
rev: v4.6.0
44+
rev: v5.0.0
4545
hooks:
4646
- id: check-added-large-files
4747
- id: check-case-conflict
@@ -68,7 +68,7 @@ repos:
6868

6969
- id: shellcheck
7070
name: shellcheck
71-
entry: shellcheck --shell bash
71+
entry: shellcheck --shell=bash
7272
language: system
7373
pass_filenames: false
7474
types_or: [shell]

0 commit comments

Comments
 (0)