Skip to content

Commit

Permalink
Merge pull request #476 from VWS-Python/pyproject-fmt-flag
Browse files Browse the repository at this point in the history
Bump pyproject-fmt and use new --keep-full-version option
  • Loading branch information
adamtheturtle authored Nov 2, 2023
2 parents ff1e56c + bcbc7b6 commit 9c1776f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9c1776f

Please sign in to comment.