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 fef7f8b commit c2e93e8Copy full SHA for c2e93e8
.codespellrc
@@ -0,0 +1,2 @@
1
+[codespell]
2
+write-changes = true
.pre-commit-config.yaml
@@ -10,6 +10,12 @@ repos:
10
hooks:
11
- id: check-github-workflows
12
- id: check-renovate
13
+ - repo: https://github.com/codespell-project/codespell
14
+ rev: v2.4.1
15
+ hooks:
16
+ - id: codespell
17
+ additional_dependencies:
18
+ - tomli
19
- repo: local
20
21
- id: mypy
0 commit comments