Loading .pre-commit-config.yaml +0 −8 Original line number Diff line number Diff line Loading @@ -84,20 +84,12 @@ repos: - id: shell-lint exclude: &excluded_shellscripts |- \.bash_completion\.d/(docker-machine\.bash|fabric-completion.bash|docker-compose) - id: shell-lint name: shell-lint .bashrc files: \.bashrc types: [text] - repo: https://github.com/shellcheck-py/shellcheck-py.git rev: v0.7.2.1 hooks: - id: shellcheck exclude: *excluded_shellscripts - id: shellcheck name: Shellcheck .bashrc files: \.bashrc types: [text] - repo: https://github.com/executablebooks/mdformat.git rev: 0.7.4 Loading Loading
.pre-commit-config.yaml +0 −8 Original line number Diff line number Diff line Loading @@ -84,20 +84,12 @@ repos: - id: shell-lint exclude: &excluded_shellscripts |- \.bash_completion\.d/(docker-machine\.bash|fabric-completion.bash|docker-compose) - id: shell-lint name: shell-lint .bashrc files: \.bashrc types: [text] - repo: https://github.com/shellcheck-py/shellcheck-py.git rev: v0.7.2.1 hooks: - id: shellcheck exclude: *excluded_shellscripts - id: shellcheck name: Shellcheck .bashrc files: \.bashrc types: [text] - repo: https://github.com/executablebooks/mdformat.git rev: 0.7.4 Loading