Skip to content

Commit fe3ff7b

Browse files
committed
Add Python 3.10 codespell pre-commit hook dependency
1 parent 901439d commit fe3ff7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ repos:
3131
rev: 'v2.2.4'
3232
hooks:
3333
- id: codespell
34+
additional_dependencies: [tomli] # required for Python 3.10
3435
- repo: https://github.com/astral-sh/ruff-pre-commit
3536
rev: "v0.4.10"
3637
hooks:

0 commit comments

Comments
 (0)