Skip to content

Commit

Permalink
docs: mention validate-pyproject-schema-store
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jan 24, 2024
1 parent b45c4e9 commit 79911cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
<App
header={true}
deps={[
"repo-review~=0.10.0",
"sp-repo-review==2023.12.21",
"validate-pyproject-schema-store==2024.1.23",
"repo-review~=0.10.0",
"validate-pyproject~=0.16.0",
"validate-pyproject[all]~=0.16.0",
]}
/>,
);
Expand Down

0 comments on commit 79911cd

Please sign in to comment.