Skip to content

Commit

Permalink
Added codespell to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Feb 3, 2024
1 parent c4b55b2 commit e2a7d36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ repos:
"black",
]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
additional_dependencies:
- tomli

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
Expand Down

0 comments on commit e2a7d36

Please sign in to comment.