Skip to content

Commit 7bae99f

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

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
@@ -341,3 +341,7 @@ sequence_style = "keep_style"
341341
preserve_quotes = true
342342
whitelines = 1
343343
section_whitelines = 2
344+
345+
[tool.pyproject-fmt]
346+
# if false will remove unnecessary trailing ``.0``'s from version specifiers
347+
keep_full_version = true

0 commit comments

Comments
 (0)