diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 394aaf9f..1f1dacf8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.7 hooks: - id: ruff args: [--fix, --show-fixes] diff --git a/src/wheel/metadata.py b/src/wheel/metadata.py index ddcb90e7..dbd1577d 100644 --- a/src/wheel/metadata.py +++ b/src/wheel/metadata.py @@ -110,7 +110,7 @@ def convert_requirements(requirements: list[str]) -> Iterator[str]: def generate_requirements( - extras_require: dict[str, list[str]] + extras_require: dict[str, list[str]], ) -> Iterator[tuple[str, str]]: """ Convert requirements from a setup()-style dictionary to