[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -165,11 +165,11 @@ class PyPyVersions:
|
||||
version = release["python_version"]
|
||||
identifier = f"pp{version.major}{version.minor}-macosx_x86_64"
|
||||
|
||||
(url,) = [
|
||||
(url,) = (
|
||||
rf["download_url"]
|
||||
for rf in release["files"]
|
||||
if "" in rf["platform"] == "darwin" and rf["arch"] == "x64"
|
||||
]
|
||||
)
|
||||
|
||||
return ConfigMacOS(
|
||||
identifier=identifier,
|
||||
|
||||
+2
-2
@@ -150,10 +150,10 @@ def expected_wheels(
|
||||
|
||||
platform_tags = [
|
||||
".".join(
|
||||
[
|
||||
|
||||
f"{manylinux_version}_{architecture}"
|
||||
for manylinux_version in manylinux_versions
|
||||
]
|
||||
|
||||
)
|
||||
for architecture in architectures
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user