chore: fix for Ruff & markdown-it updates

This commit is contained in:
Henry Schreiner
2023-06-14 09:02:39 -04:00
committed by GitHub
parent ada476e3c1
commit aae0524f8a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -50,6 +50,7 @@ repos:
- types-pyyaml
- types-requests
- bracex
- markdown-it-py<3
- id: mypy
name: mypy 3.11
exclude: ^cibuildwheel/resources/.*py$
+1 -1
View File
@@ -151,7 +151,7 @@ before-all = "true"
assert not kwargs["container"]["simulate_32_bit"]
identifiers = {x.identifier for x in kwargs["platform_configs"]}
assert identifiers == {
f"{x}-manylinux_x86_64" for x in {"cp310", "cp311", "pp37", "pp38", "pp39"}
f"{x}-manylinux_x86_64" for x in ["cp310", "cp311", "pp37", "pp38", "pp39"]
}
kwargs = build_in_container.call_args_list[3][1]