From ff7e405a7bae3570658b12caa3883ac9b7b60ac2 Mon Sep 17 00:00:00 2001 From: Orce MARINKOVSKI Date: Tue, 24 Dec 2024 14:47:12 +0000 Subject: [PATCH] remove "check-executables-have-shebangs" --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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