Skip to content

Commit 26dc450

Browse files
yarikopticLee-W
authored andcommitted
ci: add tomli as additional dependency for codespell since config now is in pyproject.toml
Signed-off-by: Yaroslav Halchenko <[email protected]>
1 parent a87c108 commit 26dc450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

+2
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.27.0 # automatically updated by Commitizen

0 commit comments

Comments
 (0)