style: pre-commit run -a

This commit is contained in:
Henry Fredrick Schreiner
2021-01-06 18:10:32 -05:00
committed by Henry Schreiner
parent b1e5b8b647
commit 635b226a6c
39 changed files with 103 additions and 94 deletions
+1 -6
View File
@@ -4,12 +4,7 @@ from pathlib import Path
import pytest
from cibuildwheel import (
linux,
macos,
util,
windows,
)
from cibuildwheel import linux, macos, util, windows
class ArgsInterceptor:
@@ -8,7 +8,6 @@ from cibuildwheel.__main__ import main
from cibuildwheel.environment import ParsedEnvironment
from cibuildwheel.util import BuildSelector
# CIBW_PLATFORM is tested in main_platform_test.py
+2 -3
View File
@@ -1,12 +1,11 @@
import platform as platform_module
from cibuildwheel.util import Architecture
import sys
import pytest
from conftest import MOCK_PACKAGE_DIR # noqa: I100
from cibuildwheel.__main__ import main
from conftest import MOCK_PACKAGE_DIR # noqa: I100
from cibuildwheel.util import Architecture
def test_unknown_platform_non_ci(monkeypatch, capsys):