We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d03f7 commit 11d8c9aCopy full SHA for 11d8c9a
1 file changed
.pre-commit-config.yaml
@@ -41,3 +41,9 @@ repos:
41
rev: 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 # frozen: v1.10.1
42
hooks:
43
- id: mypy
44
+
45
+ - repo: https://github.com/codespell-project/codespell
46
+ rev: "193cd7d27cd571f79358af09a8fb8997e54f8fff" # frozen: v2.3.0
47
+ hooks:
48
+ - id: codespell
49
+ args: ["-L", "ans"]
0 commit comments