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 aa2a036 commit 77f7c3dCopy full SHA for 77f7c3d
.pre-commit-config.yaml
@@ -69,6 +69,15 @@ repos:
69
hooks:
70
- id: flake8
71
72
+ # Lint: Typos
73
+ - repo: https://github.com/codespell-project/codespell
74
+ # Configuration for codespell is in pyproject.toml
75
+ rev: v2.2.6
76
+ hooks:
77
+ - id: codespell
78
+ additional_dependencies:
79
+ - tomli
80
+
81
# pre-commit.ci config reference: https://pre-commit.ci/#configuration
82
ci:
83
autoupdate_schedule: monthly
0 commit comments