Skip to content

Commit 84859da

Browse files
docs: fix links of PY rules in packaging_simple.md (#362)
* docs: fix links of PY rules in packaging_simple.md * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 176292f commit 84859da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/guides/packaging_simple.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ for very special cases), you will likely need extra configuration here.
9898

9999
You should have a `README` {% rr PY002 %} and a `LICENSE` {% rr PY003 %} file.
100100
You should have a `docs/` folder {%
101-
rr PY003 %}. You should have a `/tests` folder (recommended) and/or a `src/<package>/tests`
102-
folder.
101+
rr PY004 %}. You should have a `/tests` folder {%
102+
rr PY005 %} (recommended) and/or a `src/<package>/tests` folder.
103103

104104
## Versioning
105105

0 commit comments

Comments
 (0)