From d173e4261d34b516aa1ee318969bc5190440275a Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Tue, 28 Nov 2023 11:09:51 +0100 Subject: [PATCH] MISC: exclude notebooks from codespell hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4781df19f6..eafda4b273 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,8 +25,8 @@ repos: rev: v2.2.6 hooks: - id: codespell + exclude: (?x)(^notebooks) args: ["--ignore-words", "doc/styles/Vocab/ANSYS/accept.txt", "-w"] - - repo: https://github.com/pycqa/pydocstyle rev: 6.3.0 hooks: