From e4465d456d709757a47ff463ffab94ce3ae7107b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:41:41 +0000 Subject: [PATCH] chore(pre-commit): update ruff to v0.5.4 --- .pre-commit-config.yaml | 2 +- test/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7529e72dfa9..91c40077e38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.5.4 hooks: - id: ruff types: [text] diff --git a/test/requirements-dev.txt b/test/requirements-dev.txt index ed51d1cefdb..6a118d13a11 100644 --- a/test/requirements-dev.txt +++ b/test/requirements-dev.txt @@ -3,4 +3,4 @@ -r requirements.txt mypy==1.8.0 -ruff==0.4.3 +ruff==0.5.4