From facd4dec910e271f15c078a017a68184f4c9a327 Mon Sep 17 00:00:00 2001 From: Aditi Juneja <91629733+Schefflera-Arboricola@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:30:12 +0530 Subject: [PATCH] updated ruff version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c67712a..1f5998a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ parallel = "_nx_parallel:get_info" [project.optional-dependencies] developer = [ 'pre-commit==3.8.0', - 'ruff==0.1.8', + 'ruff==0.6.7', ] test = [ 'pytest>=7.2',