Skip to content

Commit

Permalink
Fix typos discovered by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 3, 2023
1 parent 48637ec commit e16d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
rev: v2.2.5
hooks:
- id: codespell
args: [--ignore-words-list=crate --skip="*.svg"]
args: ["--ignore-words-list", "crate", "--skip", "*.svg"]
additional_dependencies:
- tomli
- repo: https://github.com/tox-dev/tox-ini-fmt
Expand Down

0 comments on commit e16d815

Please sign in to comment.