From f8ef7fa826b398a6652698d548cc07009b8191ed Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 20 Apr 2023 12:44:19 -0700 Subject: [PATCH] chore: bump to Ruff 0.0.262 (#1481) --- .pre-commit-config.yaml | 2 +- cibuildwheel/__main__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2611d85a..c63c2f98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.261 + rev: v0.0.262 hooks: - id: ruff args: ["--fix", "--show-fixes"] diff --git a/cibuildwheel/__main__.py b/cibuildwheel/__main__.py index 3682fad4..0575f4e1 100644 --- a/cibuildwheel/__main__.py +++ b/cibuildwheel/__main__.py @@ -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: