Skip to content

Commit d8681aa

Browse files
committed
Add pre-commit definition for codespell
1 parent e3bae11 commit d8681aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ repos:
4444
- id: mypy
4545
additional_dependencies: [types-requests==2.31.0.1]
4646
args: [--follow-imports=skip]
47+
48+
- repo: https://github.com/codespell-project/codespell
49+
# Configuration for codespell is in .pre-commit-config.yaml
50+
rev: v2.4.1
51+
hooks:
52+
- id: codespell

0 commit comments

Comments
 (0)