Skip to content

Commit 67d4833

Browse files
committed
Add tomli as additional dependency for codespell since config now is in pyproject.toml
1 parent 2a1118e commit 67d4833

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)