From 437b8636bcb8ee96e7527275d2e835b56d5c7d88 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sun, 18 Feb 2024 08:15:33 +0100 Subject: [PATCH] Update dependency ruff to v0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79ab6d4..626b318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ python = ["3.8", "3.9", "3.10", "3.11"] detached = true dependencies = [ "mypy==1.7.1", - "ruff==0.1.7", + "ruff==0.2.2", ] [tool.hatch.envs.lint.scripts] -- 2.45.2