From 422f1bb31c35307a2fe011f2f30567c71e4fb7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:57:12 +0000 Subject: [PATCH] style: Remove exclusion for F401 ruff rule --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4200187d02e..e749b652641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,7 +132,6 @@ ignore = [ "E722", # bare-except "E731", # lambda-assignment "E741", # ambiguous-variable-name - "F401", # unused-import "F403", # undefined-local-with-import-star "F405", # undefined-local-with-import-star-usage "F601", # multi-value-repeated-key-literal