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 9d4f6e1 commit 0c35956Copy full SHA for 0c35956
.github/workflows/codespell.yml
.pre-commit-config.yaml
@@ -24,3 +24,11 @@ repos:
24
- id: trailing-whitespace
25
- id: check-toml
26
- id: check-yaml
27
+- repo: https://github.com/codespell-project/codespell
28
+ rev: v2.2.6
29
+ hooks:
30
+ - id: codespell
31
+ args: [
32
+ "--ignore-words",
33
+ ".codespellignore",
34
+ ]
0 commit comments