From 7eecbdfd37609d8334948ac58f0fed35a9205a9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:47:37 +0000 Subject: [PATCH] chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.7.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0f71d3..37812c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: # stages: [commit, ci] - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: "v0.6.9" + rev: "v0.7.0" hooks: - id: ruff args: [--fix]