Skip to content

Commit

Permalink
add validate-pyproject pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Sep 1, 2023
1 parent 2c1639c commit ba66ea4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ repos:
hooks:
- id: sort-all
types: [file, python]

- repo: https://github.com/abravalheri/validate-pyproject
rev: "v0.14"
hooks:
- id: validate-pyproject

0 comments on commit ba66ea4

Please sign in to comment.