diff --git a/ruff.toml b/ruff.toml index 26fe6ff5c86c..f21610f1b74c 100644 --- a/ruff.toml +++ b/ruff.toml @@ -127,6 +127,7 @@ ignore = [ "PLR0915", # too-many-statements "PLW0602", # global-variable-not-assigned "SIM118", # consider-iterating-dictionary + "F401", # unused-import ] [lint.extend-per-file-ignores]