From 89c988b247bc2db4d06e487026db3d58c9997888 Mon Sep 17 00:00:00 2001 From: Arne Binder Date: Thu, 2 Nov 2023 20:28:00 +0100 Subject: [PATCH] fix codespell --- .pre-commit-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 423a3f22..50c66fe5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -79,10 +79,9 @@ repos: hooks: - id: codespell args: - - --skip=logs/**,data/** - # hist: required for plotext.hist() - # ba: denotes beginning of an encoding with label as 'a'. More details at src/pie_utils/sequence_tagging/ill_formed.py - - --ignore-words-list=hist,ba + - --skip=logs/**,data/**,poetry.lock + # arbitral: this is a legal term and used in example data + - --ignore-words-list=arbitral # python static type checking - repo: https://github.com/pre-commit/mirrors-mypy