From a3589184ab8ab58d1aa3b9d7dd63ce0957f61292 Mon Sep 17 00:00:00 2001 From: desiment Date: Wed, 17 Sep 2025 17:36:52 +0300 Subject: [PATCH] ci: exclude .ipynb files from codespell --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c76ea9..13cee4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,6 +45,7 @@ repos: rev: v2.3.0 hooks: - id: codespell + exclude: '.*\.ipynb' args: [ "-L", "crate,te,ba,ans,fo,nd" ] - repo: https://github.com/astral-sh/ruff-pre-commit