From c8e8462bc913d0cfdaa848ca433509c1bbc38410 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:19:12 +0000 Subject: [PATCH] chore(deps): update ruff to v0.7.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 a30f8afc9..20feceffa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: additional_dependencies: ["@biomejs/biome@1.8.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.0 hooks: - id: ruff # Exclude python files in pact/** and tests/**, except for the diff --git a/pyproject.toml b/pyproject.toml index 793b98dc6..04fea3300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ devel-test = [ "pytest-cov ~=5.0", "testcontainers ~=4.0", ] -devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.6.9"] +devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.7.0"] ################################################################################ ## Hatch Build Configuration