From b2c7dc4cd34c724f5b528823394387bf2fd775d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:03:20 +0000 Subject: [PATCH] chore(pre-commit): update ruff to v0.1.1 --- .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 47e3ef9792e..c9ac9ae8149 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.0.272 + rev: v0.1.1 hooks: - id: ruff types: [text] diff --git a/test/requirements-dev.txt b/test/requirements-dev.txt index c3eade8a867..c6975920fde 100644 --- a/test/requirements-dev.txt +++ b/test/requirements-dev.txt @@ -4,4 +4,4 @@ black==23.1.0 mypy==1.2.0 -ruff==0.0.272 +ruff==0.1.1