Skip to content

Commit aae9411

Browse files
nulanoradarhere
authored andcommitted
lint
1 parent 0488a27 commit aae9411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def build_pillow():
472472
cmd_set("DISTUTILS_USE_SDK", "1"), # use same compiler to build Pillow
473473
cmd_set("MSSdk", "1"), # for PyPy3.6
474474
cmd_set("py_vcruntime_redist", "true"), # use /MD, not /MT
475-
r'"{python_dir}\{python_exe}" setup.py build_ext --vendor-raqm --vendor-fribidi %*',
475+
r'"{python_dir}\{python_exe}" setup.py build_ext --vendor-raqm --vendor-fribidi %*', # noqa: E501
476476
]
477477

478478
write_script("build_pillow.cmd", lines)

0 commit comments

Comments
 (0)