From 01092baba50ee984fd1a9bd901a06ab9fd9df329 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:18:06 +0000 Subject: [PATCH] chore(deps): update ruff to v0.8.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 0a27318234..478362f798 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.7.4 + rev: v0.8.0 hooks: - id: ruff # Exclude python files in pact/** and tests/**, except for the diff --git a/pyproject.toml b/pyproject.toml index af2d5fa43d..5f863d21ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ devel-test = [ "pytest-cov ~=6.0", "testcontainers ~=4.0", ] -devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.7.4"] +devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.8.0"] ################################################################################ ## Hatch Build Configuration