Skip to content

Commit b51255a

Browse files
committed
Validate pyproject.toml in precommit hook
1 parent a53ce6d commit b51255a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ repos:
2323
- id: darker
2424
args: [-i]
2525
additional_dependencies: [isort]
26+
- repo: https://github.com/abravalheri/validate-pyproject
27+
rev: v0.10.1
28+
hooks:
29+
- id: validate-pyproject

0 commit comments

Comments
 (0)