Skip to content

Commit

Permalink
Add codespell precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Aug 23, 2024
1 parent 2ddb264 commit f46c3d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@ repos:
hooks:
- id: black
- id: black-jupyter

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
types_or: [python, markdown, rst]
additional_dependencies: [tomli]
exclude: 'install/.*|notebooks/images/.*'

0 comments on commit f46c3d8

Please sign in to comment.