From 7d0d43582944bb3c09c74ac683c512d0d144282f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:46:11 +0000 Subject: [PATCH 1/2] fix(deps): update ruff to v0.9.0 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a42521349..e6eb801c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: - '@biomejs/biome@1.9.4' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.0 hooks: - id: ruff # Exclude python files in pact/** and tests/**, except for the diff --git a/pyproject.toml b/pyproject.toml index 3c14eedb1..e11d57b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ devel-test = [ "pytest ~=8.0", "testcontainers ~=4.0", ] -devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.8.6"] +devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.9.0"] ################################################################################ ## Hatch Build Configuration From 769e94b50de1de0a4796d3fe14e1916273a2708d Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Fri, 10 Jan 2025 13:21:27 +1100 Subject: [PATCH 2/2] chore: fix new ruff lints Signed-off-by: JP-Ellis --- src/pact/v3/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pact/v3/types.py b/src/pact/v3/types.py index 7a40062d0..2bb2d224b 100644 --- a/src/pact/v3/types.py +++ b/src/pact/v3/types.py @@ -1,3 +1,4 @@ +# noqa: A005 """ Typing definitions for the matchers.