[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2021-05-31 16:56:12 +00:00
parent 098c228725
commit e734d66aa1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
View File
@@ -150,10 +150,10 @@ def expected_wheels(
platform_tags = [
".".join(
[
f"{manylinux_version}_{architecture}"
for manylinux_version in manylinux_versions
]
)
for architecture in architectures
]