Skip to content

Commit 7f00d95

Browse files
committed
Missing noqa
1 parent d1071cb commit 7f00d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/archive_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def _set_uid_gid(tarinfo):
125125
return archive_name
126126

127127

128-
def make_zipfile(
128+
def make_zipfile( # noqa: C901
129129
base_name: str,
130130
base_dir: str | os.PathLike[str],
131131
verbose: bool = False,

0 commit comments

Comments
 (0)