Skip to content

Commit

Permalink
codespell: apply fixes (don't stage them)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jan 29, 2024
1 parent f227fae commit 531285d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ repos:
hooks:
- id: codespell
name: "Check for spelling mistakes"
args: ["--ignore-words", ".codespellignore"]
args: [
--ignore-words,
.codespellignore,
--write-changes,
]
exclude: ^(.*\.svg|source/locale/.*)$
- repo: https://github.com/psf/black
rev: 22.3.0
Expand Down

0 comments on commit 531285d

Please sign in to comment.