Skip to content

Commit

Permalink
Add codespell pre-commit (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jul 4, 2024
1 parent c0aa1b8 commit 0acdf95
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 @@ -32,6 +32,11 @@ repos:
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
- id: ruff-format

- repo: https://github.com/codespell-project/codespell
rev: "193cd7d27cd571f79358af09a8fb8997e54f8fff" # frozen: v2.3.0
hooks:
- id: codespell

- repo: local
hooks:
- id: readme.py
Expand Down

0 comments on commit 0acdf95

Please sign in to comment.