From c18fbf693e1f8a72bc7f362aba015c811c67a703 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Sun, 19 May 2024 16:49:48 +0200 Subject: [PATCH] cq: Update pre-commit-config --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f6dbd6..b155aba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,7 @@ repos: hooks: - id: codespell pass_filenames: false + args: ["--skip=*.svg,*.po,./acronyms_expander/acronyms.py", "-L=fpr,"] additional_dependencies: - tomli