Skip to content

Commit

Permalink
fix codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder authored and idalr committed Nov 3, 2023
1 parent 22d3b31 commit 89c988b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89c988b

Please sign in to comment.