From 79911cd34aaec4092d467a115ef69f238ee08230 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 23 Jan 2024 23:28:29 -0500 Subject: [PATCH] docs: mention validate-pyproject-schema-store Signed-off-by: Henry Schreiner --- README.md | 3 ++- docs/index.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bb4350..4305a0f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ These are some known plugins. Feel free to request your plugin be added to this list. - [sp-repo-review][]: Checks based on the [Scientific-Python Development Guide][] at [scientific-python/cookie][]. -- [validate-pyproject][]: Adds a check to validate pyproject sections, also supports plugins. +- [validate-pyproject][]: Adds a check to validate pyproject sections, also supports plugins (like [validate-pyproject-schema-store][]). `repo-review` itself also acts as a plugin for [validate-pyproject][], allowing you to validate the `[tool.repo-review]` section of your `pyproject.toml`. @@ -158,6 +158,7 @@ This was developed for [Scikit-HEP][] before moving to Scientific-Python. [scikit-hep]: https://scikit-hep.org [sp-repo-review]: https://pypi.org/project/sp-repo-review [validate-pyproject]: https://validate-pyproject.readthedocs.io +[validate-pyproject-schema-store]: https://github.com/henryiii/validate-pyproject-schema-store [intro-pre-commit]: https://repo-review.readthedocs.io/en/latest/intro.html#pre-commit [intro-github-actions]: https://repo-review.readthedocs.io/en/latest/intro.html#github-actions diff --git a/docs/index.html b/docs/index.html index 8b841f1..5f4abd5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,10 +64,10 @@ , );