From a08670f2bcf7199b360cb211902b81de84e46b93 Mon Sep 17 00:00:00 2001 From: Ruiyang Sun Date: Wed, 26 Jun 2024 16:44:51 +0800 Subject: [PATCH] chore: remove exclusion for codespell hook in pre-commit config --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bee561..7a8368f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,10 +24,6 @@ repos: rev: v2.2.6 hooks: - id: codespell - exclude: | - (?x)( - ^docs/source/spelling_wordlist.txt$ - ) args: - -L - "inout"