Skip to content

Commit

Permalink
Add codespell to pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Nov 6, 2023
1 parent 97e2707 commit 3a3415c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ repos:
hooks:
- id: yesqa

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
args: ["--write-changes", "--ignore-words-list", "exten"]
additional_dependencies:
- tomli

# - repo: https://github.com/MarcoGorelli/absolufy-imports
# rev: v0.3.1
# hooks:
Expand Down

0 comments on commit 3a3415c

Please sign in to comment.