Skip to content

Commit 80c45be

Browse files
committed
📝 Add checker and formatter for pyproject.toml
1 parent 728984e commit 80c45be

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/packs/distribution.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,12 @@ like this, for example:
8888
* `pypackaging-native <https://pypackaging-native.github.io>`_
8989

9090
.. note::
91-
With `validate-pyproject
92-
<https://validate-pyproject.readthedocs.io/en/latest/>`_ you can check your
93-
:file:`pyproject.toml` file.
91+
With `check-toml
92+
<https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#check-toml>`_,
93+
`pyproject-fmt
94+
<https://pyproject-fmt.readthedocs.io/en/latest/>`_ and `validate-pyproject
95+
<https://validate-pyproject.readthedocs.io/en/latest/>`_ you can format and
96+
check your :file:`pyproject.toml` file.
9497

9598
.. seealso::
9699
If you want to look at alternatives to ``hatchling``:

0 commit comments

Comments
 (0)