Skip to content

Commit

Permalink
ci: add tomli as additional dependency for codespell since config now…
Browse files Browse the repository at this point in the history
… is in pyproject.toml

Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
  • Loading branch information
yarikoptic committed May 22, 2024
1 parent 2a1118e commit fd65982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ repos:
language: python
types: [ text ]
args: [ "--write-changes" ]
additional_dependencies:
- tomli

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.26.2 # automatically updated by Commitizen
Expand Down

0 comments on commit fd65982

Please sign in to comment.