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 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.