Skip to content

Commit

Permalink
Add pre-commit typos & codespell hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier2k6 committed Oct 3, 2024
1 parent a3cdc51 commit 1e968fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ repos:
hooks:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/crate-ci/typos
rev: v1.25.0
hooks:
- id: typos
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit 1e968fd

Please sign in to comment.