Skip to content

Commit 2d4332f

Browse files
committed
Remove outdated version reference
1 parent 758b815 commit 2d4332f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject-fmt/docs/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ See :gh:`pre-commit/pre-commit` for instructions, sample ``.pre-commit-config.ya
6060
.. code-block:: yaml
6161
6262
- repo: https://github.com/tox-dev/pyproject-fmt
63-
rev: "v2.5.0"
63+
# Use the sha / tag you want to point at
64+
# or use `pre-commit autoupdate` to get the latest version
65+
rev: ""
6466
hooks:
6567
- id: pyproject-fmt
6668

0 commit comments

Comments
 (0)