Skip to content

Commit

Permalink
pre-commit: Discover typos with codespell
Browse files Browse the repository at this point in the history
Related to:
* #168
  • Loading branch information
cclauss authored Mar 28, 2024
1 parent d66d34e commit 2509fc7
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 @@ -10,6 +10,13 @@ repos:
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli
args: [--ignore-words-list, astroid ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down

0 comments on commit 2509fc7

Please sign in to comment.