Skip to content

Commit

Permalink
pre-commit: add validate-pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Nov 21, 2022
1 parent 97db27b commit 3e7dc60
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 @@ -17,6 +17,10 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: double-quote-string-fixer
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.10.1
hooks:
- id: validate-pyproject
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
hooks:
Expand Down

0 comments on commit 3e7dc60

Please sign in to comment.