Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pyproject-fmt/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ See :gh:`pre-commit/pre-commit` for instructions, sample ``.pre-commit-config.ya
.. code-block:: yaml

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.5.0"
# Use the sha / tag you want to point at
# or use `pre-commit autoupdate` to get the latest version
rev: ""
hooks:
- id: pyproject-fmt

Expand Down