Skip to content

Commit bd2fbff

Browse files
Add codespell pre-commit (#98)
1 parent d6b1a30 commit bd2fbff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ repos:
2929
- id: ruff
3030
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
3131
- id: ruff-format
32+
33+
- repo: https://github.com/codespell-project/codespell
34+
rev: "193cd7d27cd571f79358af09a8fb8997e54f8fff" # frozen: v2.3.0
35+
hooks:
36+
- id: codespell

0 commit comments

Comments
 (0)