From fb6ba08e7686bc9478b60947da5e83484c5140a5 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 22 Sep 2020 16:21:49 +0100 Subject: [PATCH] CI: fix failing pre-commit --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8f447d5c38169..8e25705c1f4c3 100755 --- a/setup.py +++ b/setup.py @@ -387,8 +387,7 @@ def build_extension(self, ext): class DummyBuildSrc(Command): - """ numpy's build_src command interferes with Cython's build_ext. - """ + """numpy's build_src command interferes with Cython's build_ext.""" user_options = []