style: run pre-commit

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2023-02-07 10:25:34 -05:00
parent 4ce2a3e157
commit 5ab3b55378
11 changed files with 2 additions and 26 deletions
@@ -75,7 +75,6 @@ def test_platform_environment(intercepted_build_args):
def test_archs_default(platform, intercepted_build_args):
main()
options = intercepted_build_args.args[0]
@@ -89,7 +88,6 @@ def test_archs_default(platform, intercepted_build_args):
@pytest.mark.parametrize("use_env_var", [False, True])
def test_archs_argument(platform, intercepted_build_args, monkeypatch, use_env_var):
if use_env_var:
monkeypatch.setenv("CIBW_ARCHS", "ppc64le")
else: