Skip to content

Commit

Permalink
Add pyproject validation (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 9, 2022
1 parent bf26b59 commit 31cdf4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ repos:
- id: mypy
additional_dependencies: [types-requests]

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.10.1
hooks:
- id: validate-pyproject
stages: [manual]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
Expand Down

0 comments on commit 31cdf4d

Please sign in to comment.