From 55a8f01dcf5fc35f8beeb1762cd9ad31a50a225f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 21 Oct 2023 00:33:07 +0200 Subject: [PATCH] Update ruff to v0.1.1 (#102421) --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82e8be48db3..69d5ef28810 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.0.292 + rev: v0.1.1 hooks: - id: ruff args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index f3780898ea7..2b71ead7d41 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -2,5 +2,5 @@ black==23.9.1 codespell==2.2.2 -ruff==0.0.292 +ruff==0.1.1 yamllint==1.32.0