Skip to content

Commit

Permalink
Add codespell pre-commit (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Jul 4, 2024
1 parent d6b1a30 commit bd2fbff
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 @@ -29,3 +29,8 @@ repos:
- id: ruff
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

0 comments on commit bd2fbff

Please sign in to comment.