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 a2f82fb commit 3481908Copy full SHA for 3481908
.pre-commit-config.yaml
@@ -12,3 +12,7 @@ repos:
12
rev: 23.3.0
13
hooks:
14
- id: black
15
+ - repo: https://github.com/codespell-project/codespell
16
+ rev: v2.2.5
17
+ hooks:
18
+ - id: codespell
0 commit comments