[ADD] pyproject.toml validation

This commit is contained in:
Peter Pfeufer 2024-03-28 20:40:45 +01:00
parent c46741d311
commit 92548ba402
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -88,3 +88,10 @@ repos:
- --indent=4 - --indent=4
additional_dependencies: additional_dependencies:
- tox==4.14.2 # https://github.com/tox-dev/tox/releases/latest - tox==4.14.2 # https://github.com/tox-dev/tox/releases/latest
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.16
hooks:
- id: validate-pyproject
name: Validate pyproject.toml
description: "Validate the pyproject.toml file."