From 12d360fcc34b365e7a1c5ac264090c791ecc364d Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 30 Jan 2024 21:26:27 +0100 Subject: [PATCH] Chore: Use `pyproject-fmt --keep-full-version`, to reduce noise --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a36aa6..ecce027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -217,7 +217,7 @@ format = [ { cmd = "black ." }, # Configure Ruff not to auto-fix (remove!) unused variables (F841) and `print` statements (T201). { cmd = "ruff --fix --ignore=ERA --ignore=F401 --ignore=F841 --ignore=T20 ." }, - { cmd = "pyproject-fmt pyproject.toml" }, + { cmd = "pyproject-fmt --keep-full-version pyproject.toml" }, ] lint = [