From 67338e86e4e0d31df9cf41c0181bb12e3305d417 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Tue, 30 Jul 2024 16:56:28 +0200 Subject: [PATCH] Update ruff.toml --- ruff.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ruff.toml b/ruff.toml index 6367fe4..c916187 100644 --- a/ruff.toml +++ b/ruff.toml @@ -9,10 +9,9 @@ ignore = [ "D1", "D400", "D401", - "E402", # TODO remove https://docs.astral.sh/ruff/rules/module-import-not-at-top-of-file/ - "E501", # TODO remove https://docs.astral.sh/ruff/rules/line-too-long/ - "F403", - "F405", + "E501", # TODO https://docs.astral.sh/ruff/rules/line-too-long/ + "F403", # TODO https://docs.astral.sh/ruff/rules/undefined-local-with-import-star/ + "F405", # TODO https://docs.astral.sh/ruff/rules/undefined-local-with-import-star-usage/ "PD002", "PD003", "PD008",