Skip to content

Commit 23bbbf6

Browse files
committed
ci: Ignore Ruff's A005
1 parent 87b2f18 commit 23bbbf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exclude = [
88
select = ["ALL"]
99
ignore = [
1010
"A001", # Variable is shadowing a Python builtin
11+
"A005", # Module shadows a Python standard-library module
1112
"ANN101", # Missing type annotation for self
1213
"ANN102", # Missing type annotation for cls
1314
"ANN204", # Missing return type annotation for special method __str__

0 commit comments

Comments
 (0)