From 5a7b956474d86b188e4f75dcba7d2ed0ad2b1542 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Sat, 13 Sep 2025 17:21:28 +0300 Subject: [PATCH] Remove old exclusion path --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fbbd49..2b3d9e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,6 @@ repos: rev: v0.0.18 hooks: - id: forbid-binary - exclude: ^\.local/share/jupyter/kernels/python3\.12/logo- - id: shellcheck - repo: https://github.com/Yelp/detect-secrets rev: v1.5.0