From 8bd108516466fdebef3b300f6d8a75cef1269df3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:07:16 +0000 Subject: [PATCH] chore(pre-commit): update ruff to v0.1.6 --- .pre-commit-config.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68832f5..6418f67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [commit] repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.286 + rev: v0.1.6 hooks: - id: ruff diff --git a/setup.py b/setup.py index baa56ad..eec23bd 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "mypy==1.5.1", "nox", "types-setuptools", - "ruff==0.0.286", + "ruff==0.1.6", ], }, )