From e8d15e5ef48d9227daff1de3ad391678ac9cd43a Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 11 Jan 2025 11:33:01 +0000 Subject: [PATCH] Keep full version in pyproject-fmt --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e1ade6e9a..4c31115db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,9 @@ known_first_party = [ "hooks", ] +[tool.pyproject-fmt] +keep_full_version = true + # ==== pytest ==== [tool.pytest.ini_options]