diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15899ab94a0c294ecc23371d8e91dd3c0d16413c..bac31d34f5bc9295b9cc2db2c73d9b99aeb56ce1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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