Skip to content

Commit

Permalink
docs: fix links of PY rules in packaging_simple.md (#362)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
tkoyama010 and pre-commit-ci[bot] authored Jan 20, 2024
1 parent 176292f commit 84859da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/guides/packaging_simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ for very special cases), you will likely need extra configuration here.

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

## Versioning

Expand Down

0 comments on commit 84859da

Please sign in to comment.