Skip to content

Commit

Permalink
Ignore word hep in codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Jan 28, 2025
1 parent 54d40e6 commit 426c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
rev: v2.4.0
hooks:
- id: codespell
args: ["-L", "vertexes,unkown,te,HEP"]
args: ["-L", "vertexes,unkown,te,HEP,hep"]
exclude: '^(.*\.DEC|notebooks/ExampleDecFileParsingWithLark\.ipynb)$'

- repo: local
Expand Down

0 comments on commit 426c38c

Please sign in to comment.