chore: bump to Ruff 0.0.262 (#1481)

This commit is contained in:
Henry Schreiner
2023-04-20 12:44:19 -07:00
committed by GitHub
parent 5e15bb25b4
commit f8ef7fa826
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ def get_platform_module(platform: PlatformName) -> PlatformModule:
return cibuildwheel.windows
if platform == "macos":
return cibuildwheel.macos
assert_never(platform) # noqa: RET503
assert_never(platform)
def build_in_directory(args: CommandLineArguments) -> None: