Skip to content

Commit

Permalink
Add -w to codespell pre-commit hook.
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
abravalheri and henryiii authored Oct 12, 2023
1 parent 95393ec commit 7a9b94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: [-w]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
Expand Down

0 comments on commit 7a9b94f

Please sign in to comment.