Skip to content

Commit

Permalink
Update ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Nov 12, 2024
1 parent aca8da2 commit 1cc6940
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 @@ -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
Expand Down

0 comments on commit 1cc6940

Please sign in to comment.