Skip to content

Commit

Permalink
Add pre-commit definition for codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 22, 2023
1 parent 8b8d2b9 commit c795b4b
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 @@ -26,3 +26,10 @@ repos:
rev: 6.1.0
hooks:
- id: flake8

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

0 comments on commit c795b4b

Please sign in to comment.