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 1689359 commit 45bbb40Copy full SHA for 45bbb40
1 file changed
.pre-commit-config.yaml
@@ -23,3 +23,10 @@ repos:
23
rev: v1.11.1
24
hooks:
25
- id: mypy
26
+ - repo: https://github.com/codespell-project/codespell
27
+ rev: v2.2.4
28
+ hooks:
29
+ - id: codespell
30
+ additional_dependencies:
31
+ - tomli
32
+ args: [--write-changes]
0 commit comments