Skip to content

Commit

Permalink
Add validate-pyproject to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjones committed Feb 28, 2024
1 parent 968832b commit 5c9b50c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ repos:
- PyMySQL
- pyyaml
- pytest
- repo: https://github.com/abravalheri/validate-pyproject
rev: main
hooks:
- id: validate-pyproject
- repo: local
hooks:
- id: pytest
Expand Down

0 comments on commit 5c9b50c

Please sign in to comment.