Skip to content

Commit 13f862c

Browse files
authored
docs: add validate-pyproject (#129)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 0fb959f commit 13f862c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ collection functions, the family entry-point also supports fixtures.
115115
Feel free to request your plugin be added to this list.
116116

117117
- [sp-repo-review][]: Checks based on the [Scientific-Python Development Guide][].
118+
- [validate-pyproject][]: Adds a check to validate pyproject sections, also supports plugins.
118119

119120
## Links
120121

@@ -145,6 +146,7 @@ This was developed for [Scikit-HEP][] before moving to Scientific-Python.
145146
[scientific-python/cookie]: https://github.com/scientific-python/cookie
146147
[scikit-hep]: https://scikit-hep.org
147148
[sp-repo-review]: https://pypi.org/project/sp-repo-review
149+
[validate-pyproject]: https://validate-pyproject.readthedocs.io
148150

149151
[intro-pre-commit]: https://repo-review.readthedocs.io/en/latest/intro.html#pre-commit
150152
[intro-github-actions]: https://repo-review.readthedocs.io/en/latest/intro.html#github-actions

docs/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@
6363
root.render(
6464
<App
6565
header={true}
66-
deps={["sp-repo-review==2023.08.03", "repo-review==0.9.2"]}
66+
deps={[
67+
"sp-repo-review==2023.08.03",
68+
"repo-review==0.9.2",
69+
"validate-pyproject==0.14",
70+
"scikit-build-core==0.5.0",
71+
]}
6772
/>,
6873
);
6974
</script>

0 commit comments

Comments
 (0)