Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 2122cc9

Browse files
committed
Adding toml dependency where required for pre-commit framework.
1 parent e173d55 commit 2122cc9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ repos:
112112
rev: "6.1.1"
113113
hooks:
114114
- id: pydocstyle
115+
additional_dependencies:
116+
# TOML support only added natively in python 3.11
117+
- toml
115118

116119
# Static typehint linting.
117120
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)