Skip to content

Commit 9b567c5

Browse files
authored
docs: update shellcheck precommit hook version to v0.11.0
Just using the current version from here: https://github.com/koalaman/shellcheck-precommit
1 parent c96748a commit 9b567c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ To run ShellCheck via [pre-commit](https://pre-commit.com/), add the hook to you
264264
```
265265
repos:
266266
- repo: https://github.com/koalaman/shellcheck-precommit
267-
rev: v0.7.2
267+
rev: v0.11.0
268268
hooks:
269269
- id: shellcheck
270270
# args: ["--severity=warning"] # Optionally only show errors and warnings

0 commit comments

Comments
 (0)