diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56dfec23b088..d9b23d8798f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,3 +44,8 @@ repos: - id: typos args: ["--force-exclude"] exclude: (\.gitignore$)|(^\.editorconfig$) + - repo: https://github.com/henryiii/validate-pyproject-schema-store + rev: 2025.02.03 + hooks: + - id: validate-pyproject + files: python-package/pyproject.toml$