From 79cde005e1cb93114765d7ce42ee5fad6da54f8e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 27 Nov 2023 20:49:40 -0500 Subject: [PATCH] Duplicate ignore of requirements.txt and js in pre-commit config until https://github.com/codespell-project/codespell/issues/3196 is addressed --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9085db2143..a74e73c4c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -117,4 +117,5 @@ repos: rev: v2.2.6 hooks: - id: codespell + exclude: requirements.txt$|/js/ exclude: tools/validate_configs/golden_copies/.*