Skip to content

Commit

Permalink
Remove UP032 exclusion from adodbapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jun 1, 2024
1 parent b479d2c commit 86defcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ select = [
# 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", "UP031", "UP032", "ISC002"]
"adodbapi/*" = ["C4", "YTT301", "UP031", "ISC002"]

[lint.isort]
combine-as-imports = true
Expand Down

0 comments on commit 86defcb

Please sign in to comment.