Skip to content

Commit a9e648f

Browse files
committed
chore: prevent pyproject-fmt from being annoying with trailing .0
1 parent 6ef6bec commit a9e648f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ git-only = [
206206
]
207207
default-ignore = true
208208

209+
[tool.pyproject-fmt]
210+
# if false will remove unnecessary trailing ``.0``'s from version specifiers
211+
keep_full_version = true
212+
209213
[tool.pytest.ini_options]
210214
minversion = "6.0"
211215
pythonpath = [ "src" ]

0 commit comments

Comments
 (0)