We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1977eb commit cf25ad9Copy full SHA for cf25ad9
1 file changed
.pre-commit-config.yaml
@@ -19,3 +19,10 @@ repos:
19
rev: v1.7.5
20
hooks:
21
- id: docformatter
22
+ - repo: https://github.com/codespell-project/codespell
23
+ rev: v2.2.4
24
+ hooks:
25
+ - id: codespell
26
+ additional_dependencies:
27
+ - tomli
28
+ args: [--write-changes]
0 commit comments