Skip to content

Commit

Permalink
add codespell pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 15, 2024
1 parent f11aa54 commit 2f767ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ repos:
- id: blackdoc
additional_dependencies: [ 'black==24.2.0' ]
exclude: '(xclim/indices/__init__.py|docs/installation.rst)'
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies: [ 'tomli' ]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
hooks:
Expand Down

0 comments on commit 2f767ce

Please sign in to comment.