Add shellcheck style checking (#3114)

This commit is contained in:
Aaron Gokaslan
2021-07-14 16:52:13 -04:00
committed by GitHub
parent cd061aeef1
commit c4b0dc7cdd
2 changed files with 8 additions and 3 deletions

View File

@@ -95,6 +95,11 @@ repos:
exclude: ".supp$"
args: ["-L", "nd,ot,thist"]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.2.1
hooks:
- id: shellcheck
# The original pybind11 checks for a few C++ style items
- repo: local
hooks: