diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 473185b18cb4d349890ee6c571e21cce78bcf4ab..668c4d5d29c3f3501515055649b1ee5e60024638 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,8 @@ repos: hooks: - id: check-added-large-files - id: check-executables-have-shebangs - - id: check-json - id: check-merge-conflict - id: check-shebang-scripts-are-executable - - id: check-symlinks - - id: check-toml - - id: check-xml - id: check-yaml - id: detect-private-key - id: end-of-file-fixer @@ -59,7 +55,6 @@ repos: rev: v0.2.0 hooks: - id: shell-validate - - id: docker-compose - repo: https://github.com/shellcheck-py/shellcheck-py.git rev: v0.7.2.1