Skip to content

Commit

Permalink
Documented validate-pyproject/validate-pyproject-schema-store in the …
Browse files Browse the repository at this point in the history
…README
  • Loading branch information
jamesbraza committed Sep 2, 2024
1 parent 2df6642 commit 15b6bb1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,26 @@ Checking requirements
If invoking `flake8` as part of `pre-commit`,
run this only in CI because this check isn't relevant for most commits.

</td></tr>
<tr><td>

[`validate-pyproject`](https://github.com/abravalheri/validate-pyproject)

</td><td>Yes</td><td>

Validating `pyproject.toml` configuration(s)

</td><td>

`pre-commit` hook

</td><td>

By specifying
[`validate-pyproject-schema-store`](https://github.com/henryiii/validate-pyproject-schema-store)
in `additional_dependencies`,
configurations for `mypy`, `ruff`, `uv`, etc. will also be validated.

</td></tr>
</table>

Expand Down

0 comments on commit 15b6bb1

Please sign in to comment.