From 855961c2d4aa0fe9d57ccc31f3f756857d7a4cb0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:04:19 +0000 Subject: [PATCH] ci(pre-commit): auto fixes from pre-commit hooks --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 181becb..1fccc31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tqdm = "^4.66.4" [tool.poetry.group.dev.dependencies] ipython = "<8.18" ipdb = "*" -ruff = ">=0.6.8" +ruff = "0.6.8" pre-commit = "^3" commitizen = "^3" rich-codex = "^1"