From bcbc7b63cef31ab3528a937f8207be1c057e81e2 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Thu, 2 Nov 2023 01:38:46 +0000 Subject: [PATCH] Bump pyproject-fmt and use new --keep-full-version option --- lint.mk | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lint.mk b/lint.mk index 9ccd99b..5fac5cc 100644 --- a/lint.mk +++ b/lint.mk @@ -50,11 +50,11 @@ linkcheck: .PHONY: pyproject-fmt pyproject-fmt: - pyproject-fmt --check --indent=4 pyproject.toml + pyproject-fmt --keep-full-version --check --indent=4 pyproject.toml .PHONY: fix-pyproject-fmt fix-pyproject-fmt: - pyproject-fmt --indent=4 pyproject.toml + pyproject-fmt --keep-full-version --indent=4 pyproject.toml .PHONY: spelling spelling: diff --git a/pyproject.toml b/pyproject.toml index e7ce99a..e5a7b8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,7 +210,7 @@ dev = [ "pdm==2.10", "pip_check_reqs==2.5.3", "pylint==3.0.2", - "pyproject-fmt==1.3", + "pyproject-fmt==1.4.1", "pyroma==4.2", "pytest==7.4.3", "pytest-cov==4.1",