We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a31f39 commit 11e9561Copy full SHA for 11e9561
1 file changed
.pre-commit-config.yaml
@@ -45,3 +45,9 @@ repos:
45
additional_dependencies:
46
- mdformat-gfm
47
- mdformat-black
48
+
49
+ - repo: https://github.com/codespell-project/codespell
50
+ rev: v2.4.1
51
+ hooks:
52
+ - id: codespell
53
0 commit comments