chore: bump to Ruff 0.0.262 (#1481)
This commit is contained in:
@@ -19,7 +19,7 @@ repos:
|
|||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||||
rev: v0.0.261
|
rev: v0.0.262
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: ["--fix", "--show-fixes"]
|
args: ["--fix", "--show-fixes"]
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ def get_platform_module(platform: PlatformName) -> PlatformModule:
|
|||||||
return cibuildwheel.windows
|
return cibuildwheel.windows
|
||||||
if platform == "macos":
|
if platform == "macos":
|
||||||
return cibuildwheel.macos
|
return cibuildwheel.macos
|
||||||
assert_never(platform) # noqa: RET503
|
assert_never(platform)
|
||||||
|
|
||||||
|
|
||||||
def build_in_directory(args: CommandLineArguments) -> None:
|
def build_in_directory(args: CommandLineArguments) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user