From daadc4662a7a5a39bb820ab1f70dad8bf8299228 Mon Sep 17 00:00:00 2001 From: Sid <27780930+autinerd@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:04:04 +0200 Subject: [PATCH] Bump ruff to 0.4.7 (#118612) --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- requirements_test_pre_commit.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e353d3a6c17..57ab5e702b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.6 + rev: v0.4.7 hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index 9484420adb9..33d5efde370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -669,7 +669,7 @@ filterwarnings = [ ] [tool.ruff] -required-version = ">=0.4.6" +required-version = ">=0.4.7" [tool.ruff.lint] select = [ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index acd443e3040..e465849f02a 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,5 +1,5 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit codespell==2.3.0 -ruff==0.4.6 +ruff==0.4.7 yamllint==1.35.1