diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..9281b2e --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +- repo: git://github.com/detailyang/pre-commit-shell + rev: v1.0.6 + hooks: + - id: shell-lint + #args: [--format=json] \ No newline at end of file