diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ebe1130..ac0a0beb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -88,3 +88,10 @@ repos: - --indent=4 additional_dependencies: - 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."