From 77863a91a281e63d3b1ba9f01fd8b46c6f4daf2f Mon Sep 17 00:00:00 2001 From: Orce MARINKOVSKI Date: Sun, 22 Dec 2024 21:39:40 +0000 Subject: [PATCH] pre-commit config update - macbook issue --- .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 45fd09fea..2457755f2 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