From b8ac98ee9f995e1ce4a80224b835263560ad1f4f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 19:39:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cibuildwheel/windows.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cibuildwheel/windows.py b/cibuildwheel/windows.py index 1c5c5863..31207efb 100644 --- a/cibuildwheel/windows.py +++ b/cibuildwheel/windows.py @@ -158,7 +158,9 @@ def setup_setuptools_cross_compile( return # Move the existing file and restore it when we exit - log.notice(f"Preserving {distutils_cfg} as {distutils_bak.name}. It will be restored afterwards.") + log.notice( + f"Preserving {distutils_cfg} as {distutils_bak.name}. It will be restored afterwards." + ) try: distutils_cfg.replace(distutils_bak) except OSError as exc: