From e95b1e97396d0b99cb7bed30c040bf973ef24ea9 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 20 Mar 2025 11:00:44 +0000 Subject: [PATCH] disable ruff import sorting --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e086abb2e..641b1a930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,6 @@ select = [ "F", # Pyflakes "N", # Naming "W", # Warnings - "I", # isort "DTZ", # datetime rules ] ignore = [