diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c33478119..79d7f7c73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,8 @@ repos: args: - "--unsafe" - id: check-toml - - id: check-executables-have-shebangs + # disabled due to issue https://github.com/docker/for-mac/issues/5029 on Macbook Docker + # - id: check-executables-have-shebangs - id: end-of-file-fixer exclude_types: - svg