mirror of https://github.com/astral-sh/ruff
pre-commit: Validate pyproject.toml (#266)
This commit is contained in:
parent
417764d309
commit
11f7532e72
|
|
@ -3,3 +3,8 @@ repos:
|
|||
rev: v0.0.40
|
||||
hooks:
|
||||
- id: lint
|
||||
|
||||
- repo: https://github.com/abravalheri/validate-pyproject
|
||||
rev: v0.10.1
|
||||
hooks:
|
||||
- id: validate-pyproject
|
||||
|
|
|
|||
Loading…
Reference in New Issue