From 54196e0427a61c0259164aa6071d2aba588238ea Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Tue, 19 Nov 2024 17:15:03 +0100 Subject: [PATCH] chore: Enable ruff flake8-import-conventions --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 64fd41b88..f727c07aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,6 +96,7 @@ select = [ "FLY", # flynt "FURB", # refurb "I", # isort + "IC", # flake8-import-conventions "PIE", # flake8-pie "PL", # pylint "PTH", # flake8-use-pathlib