Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd65982

Browse files
committedMay 22, 2024·
ci: add tomli as additional dependency for codespell since config now is in pyproject.toml
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
1 parent 2a1118e commit fd65982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ repos:
4545
language: python
4646
types: [ text ]
4747
args: [ "--write-changes" ]
48+
additional_dependencies:
49+
- tomli
4850

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

0 commit comments

Comments
 (0)
Please sign in to comment.