Skip to content

Commit 5a810c8

Browse files
authored
Add validate-pyproject pre-commit hook (#405)
1 parent 18c59cc commit 5a810c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ repos:
5454
hooks:
5555
- id: blackdoc
5656
files: .+\.py$
57+
58+
- repo: https://github.com/abravalheri/validate-pyproject
59+
rev: main
60+
hooks:
61+
- id: validate-pyproject

0 commit comments

Comments
 (0)