We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a69165 commit 05a4cf0Copy full SHA for 05a4cf0
.pre-commit-config.yaml
@@ -34,6 +34,15 @@ repos:
34
- id: blacken-docs
35
additional_dependencies: [black==22.10]
36
37
+ - repo: https://github.com/codespell-project/codespell
38
+ rev: v2.2.4
39
+ hooks:
40
+ - id: codespell
41
+ name: Run codespell to check for common misspellings in files
42
+ language: python
43
+ types: [text]
44
+ args: ["--write-changes", "--ignore-words-list", "asend"]
45
+
46
- repo: https://github.com/commitizen-tools/commitizen
47
rev: v3.2.2 # automatically updated by Commitizen
48
hooks:
0 commit comments