Skip to content

Commit c15f970

Browse files
yarikopticLance-Drane
authored andcommitted
Add pre-commit definition for codespell
1 parent d9aa23a commit c15f970

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ repos:
2828
entry: pdm run lint-mypy
2929
pass_filenames: false
3030
language: system
31+
- repo: https://github.com/codespell-project/codespell
32+
# Configuration for codespell is in pyproject.toml
33+
rev: v2.3.0
34+
hooks:
35+
- id: codespell
36+
additional_dependencies:
37+
- tomli

0 commit comments

Comments
 (0)