diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d681dbed..dc1236159 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,11 @@ repos: args: ["--fix", "--show-fixes"] - id: ruff-format + - repo: https://github.com/abravalheri/validate-pyproject + rev: v0.18 + hooks: + - id: validate-pyproject + ci: autoupdate_schedule: monthly