Skip to content

Commit

Permalink
ci: ignore words for codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle authored Feb 3, 2025
1 parent e7c6a6a commit 644450b
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 @@ -38,7 +38,7 @@ repos:
rev: "v2.4.0"
hooks:
- id: codespell
args: ["-L", "hist,heros"]
args: ["-L", "hist,heros,hep,HEP"]
exclude: "^examples/Examples.ipynb$"

- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 644450b

Please sign in to comment.