diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..cd746b1 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,12 @@ +--- + +# For use with pre-commit. +# See usage instructions at http://pre-commit.com + +- id: bashate + name: bashate + description: This hook runs bashate for linting shell scripts + entry: bashate + language: python + types: [shell] + verbose: true