From da98b7b2b77c5b37792dedff11f8256da3b086f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Sun, 14 Sep 2025 21:12:43 +0100 Subject: [PATCH] chore: Check import order using ruff. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f2e764..9b0d89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ build-backend = "hatchling.build" [tool.ruff] lint.ignore = ["E501", "B008", "B006"] -lint.extend-select = ["B", "C4", "PIE", "T20", "SIM", "TCH"] +lint.extend-select = ["B", "C4", "I", "PIE", "T20", "SIM", "TCH"] [tool.pytest.ini_options] testpaths = ["tests"]