Skip to content

Commit

Permalink
Fix a spelling error that codespell didn't catch
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Aug 15, 2024
1 parent 016fa44 commit c82bb65
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 @@ -4,7 +4,7 @@ repos:
hooks:
- id: codespell
additional_dependencies: [tomli]
# args: ["--write-changes"] # consider enabling for auto-fif
# args: ["--write-changes"] # consider enabling for auto-fix
exclude: "test/fixtures/"

- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down

0 comments on commit c82bb65

Please sign in to comment.