From f37edc207e1fbd02d2675844e0d2488ab0b6f12d Mon Sep 17 00:00:00 2001 From: Sid <27780930+autinerd@users.noreply.github.com> Date: Wed, 29 May 2024 17:35:54 +0200 Subject: [PATCH] Bump ruff to 0.4.6 (#118384) --- .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 d7ffd010108..e353d3a6c17 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.5 + rev: v0.4.6 hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index d52b605393b..bd9e801de8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -669,7 +669,7 @@ filterwarnings = [ ] [tool.ruff] -required-version = ">=0.4.4" +required-version = ">=0.4.6" [tool.ruff.lint] select = [ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index ed14959e096..acd443e3040 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.5 +ruff==0.4.6 yamllint==1.35.1