8000 Address ruff issues · pypa/distutils@f030357 · GitHub
[go: up one dir, main page]

Skip to content

Commit f030357

Browse files
Address ruff issues
1 parent 603b94e commit f030357

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

distutils/command/sdist.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def checking_metadata(self) -> bool:
7676
(
7777
'keep-temp',
7878
'k',
79-
"keep the distribution tree around after creating " + "archive file(s)",
79+
"keep the distribution tree around after creating archive file(s)",
8080
),
8181
(
8282
'dist-dir=',
@@ -206,8 +206,7 @@ def get_file_list(self) -> None:
206206

207207
if not template_exists:
208208
self.warn(
209-
("manifest template '%s' does not exist " + "(using default file list)")
210-
% self.template
209+
f"manifest template '{self.template}' does not exist (using default file list)"
211210
)
212211
self.filelist.findall()
213212

0 commit comments

Comments
 (0)
0