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 6fd2a5e commit af6dde2
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 @@ -25,6 +25,10 @@ repos:
additional_dependencies:
- PyMySQL
- pyyaml
- repo: https://github.com/abravalheri/validate-pyproject
rev: main
hooks:
- id: validate-pyproject
- repo: local
hooks:
- id: pytest
Expand Down

0 comments on commit af6dde2

Please sign in to comment.