Skip to content

Commit ca49bf9

Browse files
Add shellcheck to pre-commit configuration (#2845)
## Summary See: #2385 (comment)
1 parent 532e761 commit ca49bf9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ repos:
7676
- id: zizmor
7777
priority: 0
7878

79+
- repo: https://github.com/shellcheck-py/shellcheck-py
80+
rev: v0.11.0.1
81+
hooks:
82+
- id: shellcheck
83+
priority: 0
84+
7985
- repo: https://github.com/python-jsonschema/check-jsonschema
8086
rev: 0.36.1
8187
hooks:

0 commit comments

Comments
 (0)