Skip to content

Commit

Permalink
Add --toml to codespell hook
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Mellor <[email protected]>
  • Loading branch information
hmellor committed Jan 13, 2025
1 parent 8e84156 commit 8ecc505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
rev: v0.9.1
hooks:
- id: ruff
args: [ --output-format, github ]
args: [--output-format, github]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
hooks:
Expand All @@ -18,6 +18,8 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
args: [--toml, pyproject.toml]
additional_dependencies: [tomli]
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit 8ecc505

Please sign in to comment.