Skip to content

Commit 31cdf4d

Browse files
authored
Add pyproject validation (#1020)
1 parent bf26b59 commit 31cdf4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ repos:
3535
- id: mypy
3636
additional_dependencies: [types-requests]
3737

38+
- repo: https://github.com/abravalheri/validate-pyproject
39+
rev: v0.10.1
40+
hooks:
41+
- id: validate-pyproject
42+
stages: [manual]
43+
3844
- repo: https://github.com/pre-commit/mirrors-prettier
3945
rev: v2.7.1
4046
hooks:

0 commit comments

Comments
 (0)