Skip to content

Commit

Permalink
Merge pull request #2046 from glensc/validate-pyproject-hook
Browse files Browse the repository at this point in the history
Build: Setup validate-pyproject pre commit hook
  • Loading branch information
glensc authored Sep 1, 2024
2 parents 02bb3dc + 1ce1f13 commit c89e574
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ repos:
hooks:
- id: rm-unneeded-f-str

# https://pypi.org/project/validate-pyproject/
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.19
hooks:
- id: validate-pyproject
# Optional extra validations from SchemaStore:
additional_dependencies: ["validate-pyproject-schema-store[all]"]

# vim:ts=2:sw=2:et

0 comments on commit c89e574

Please sign in to comment.