Skip to content

Commit

Permalink
fix pre-commit codespell configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne authored Dec 4, 2024
1 parent 2006e8f commit 00a8b41
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 @@ -12,7 +12,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
args: [--write-changes]
args: [--write-changes, --ignore-words=.codespellignore]
additional_dependencies: [tomli]

- repo: https://github.com/mscheltienne/bibclean
Expand Down

0 comments on commit 00a8b41

Please sign in to comment.