From 42396f9e03f061297848e8f540a716c115515227 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:28:45 +0000 Subject: [PATCH] chore(deps): update ruff to v0.5.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 102362799a..38ad04aee9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: stages: [pre-push] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.0 hooks: - id: ruff # Exclude python files in pact/** and tests/**, except for the diff --git a/pyproject.toml b/pyproject.toml index 7a1a94bfd6..1780f266a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ devel-test = [ "pytest-cov ~=5.0", "testcontainers ~=3.0", ] -devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.4.10"] +devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.5.0"] ################################################################################ ## Hatch Build Configuration