summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-28 13:45:57 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-28 13:45:57 +0100
commitb7122dbf513f045bf6394e7957530939031c7241 (patch)
treecbb24173e87d941403e4de32df444eb5da282b04 /.pre-commit-config.yaml
parent5fe525fe73450039ef4cef2067830705244aed26 (diff)
pre-commit: Add shellcheck hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 37b908690c..aa29acdea1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -103,6 +103,10 @@ repos:
- id: flake8
files: ^tools/.*$
types: [text, python]
+- repo: https://github.com/shellcheck-py/shellcheck-py
+ rev: v0.7.1.1
+ hooks:
+ - id: shellcheck
- repo: local
hooks:
- id: qsscheck