mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 15:28:57 +00:00
_version.py: remove trailing blank, add LF at EOF
This commit is contained in:
parent
76ef20105f
commit
b9cdeaaa20
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015052
|
||||
# https://github.com/borgbackup/borg/issues/6875
|
||||
write_to = "src/borg/_version.py"
|
||||
write_to_template = "__version__ = version = {version!r} \n__version_tuple__ = version_tuple = {version_tuple!r}"
|
||||
write_to_template = "__version__ = version = {version!r}\n__version_tuple__ = version_tuple = {version_tuple!r}\n"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
|
Loading…
Reference in a new issue