From e4a3cab801ded3065c49963e4c777487c74e126b Mon Sep 17 00:00:00 2001 From: Sid <27780930+autinerd@users.noreply.github.com> Date: Thu, 9 May 2024 22:13:11 +0200 Subject: [PATCH] Bump ruff to 0.4.4 (#117154) --- .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 07d6c785168..98078da98bf 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.3 + rev: v0.4.4 hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index 2770757fa57..7cdfdbfa770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -660,7 +660,7 @@ filterwarnings = [ ] [tool.ruff] -required-version = ">=0.4.3" +required-version = ">=0.4.4" [tool.ruff.lint] select = [ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index de3776d7416..a575d985a66 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.2.6 -ruff==0.4.3 +ruff==0.4.4 yamllint==1.35.1