Skip to content

Commit 8732919

Browse files
committed
Add shellcheck to pre-commit
1 parent f861074 commit 8732919

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ repos:
1919
exclude_types: [json]
2020
- repo: local
2121
hooks:
22-
- id: update-from-templates
22+
- id: update-from-templates
2323
name: Check that all exercises use up-to-date copies from templates dir
2424
language: system
2525
entry: bin/update-from-templates
2626
pass_filenames: false
27+
- repo: https://github.com/shellcheck-py/shellcheck-py
28+
rev: v0.10.0.1
29+
hooks:
30+
- id: shellcheck

0 commit comments

Comments
 (0)