From 4cb07ba2e8f361d5fc65ed8454354f32103ff23f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:51:48 +0000 Subject: [PATCH] chore(pre-commit): update ruff to v0.1.2 --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ccd9b19..ea87127 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.284 + rev: v0.1.2 hooks: - id: ruff diff --git a/requirements-dev.txt b/requirements-dev.txt index b4a7723..f9e8b93 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,4 @@ black==23.1.0 mypy==1.0.1 nox -ruff==0.0.284 +ruff==0.1.2