There was an error while loading. Please reload this page.
1 parent 6d56559 commit 3405becCopy full SHA for 3405bec
.pre-commit-config.yaml
@@ -24,6 +24,10 @@ repos:
24
- id: mypy
25
additional_dependencies: [types-all]
26
exclude: ^testing/resources/
27
+- repo: https://github.com/codespell-project/codespell
28
+ rev: v2.2.2
29
+ hooks:
30
+ - id: codespell
31
- repo: https://github.com/commit-check/commit-check
32
rev: v0.3.1
33
hooks:
0 commit comments