From 8cfc4758f199a32b449e5a2ed797d5698ad3914d Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Mon, 17 Jun 2024 14:29:15 +0200 Subject: [PATCH] Added two words to codespell ignore list --- .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 1109d2ffa..7f7284a2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -138,5 +138,5 @@ repos: rev: v2.3.0 hooks: - id: codespell - args: ['--write-changes'] + args: ['--write-changes', '-L bootup,assertIn'] exclude: \.(svg|pyc|drawio)$