From 2d4332fa2a6ce5747ee4cef0b386ebbab2c332be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sun, 7 Dec 2025 21:06:33 +0300 Subject: [PATCH] Remove outdated version reference --- pyproject-fmt/docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject-fmt/docs/index.rst b/pyproject-fmt/docs/index.rst index 5744c74..b9d192d 100644 --- a/pyproject-fmt/docs/index.rst +++ b/pyproject-fmt/docs/index.rst @@ -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