Skip to content

Commit f576458

Browse files
authored
feat:Add pyproject.toml validator hook to pre-commit (#429)
1 parent 94c5624 commit f576458

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
@@ -16,3 +16,8 @@ repos:
1616
args: [ --fix ]
1717
# Run the formatter.
1818
- id: ruff-format
19+
20+
- repo: https://github.com/abravalheri/validate-pyproject
21+
rev: v0.24.1
22+
hooks:
23+
- id: validate-pyproject

0 commit comments

Comments
 (0)