From 92548ba402bc4b6f561df9dcb1f9bb79386b3b64 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 28 Mar 2024 20:40:45 +0100 Subject: [PATCH] [ADD] pyproject.toml validation --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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."