From 1cc6940d920ed02706a7cf1353e97a51ed51a006 Mon Sep 17 00:00:00 2001 From: Avasam Date: Tue, 12 Nov 2024 00:42:06 -0500 Subject: [PATCH] Update ruff.toml --- ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 162fe83c1..fdea95662 100644 --- a/ruff.toml +++ b/ruff.toml @@ -45,7 +45,7 @@ extend-ignore = [ # Explicit re-exports is fine in __init__.py, still a code smell elsewhere. "__init__.py" = ["PLC0414"] # TODO: Make adodbapi changes in their own PRs -"adodbapi/*" = ["C4", "YTT301", "ISC002", "UP031", "UP032"] +"adodbapi/*" = ["C4", "YTT301"] [lint.isort] combine-as-imports = true