We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b1a30 commit bd2fbffCopy full SHA for bd2fbff
1 file changed
.pre-commit-config.yaml
@@ -29,3 +29,8 @@ repos:
29
- id: ruff
30
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
31
- 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