From 9c2c17e30fda31df546443d9720210f137eb83b5 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sun, 18 Feb 2024 08:16:00 +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 269f555..57acb01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ python = "3.11" detached = true dependencies = [ "mypy==1.7.1", - "ruff==0.1.7", + "ruff==0.2.2", ] [tool.hatch.envs.lint.scripts]