We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b2f18 commit 23bbbf6Copy full SHA for 23bbbf6
1 file changed
config/ruff.toml
@@ -8,6 +8,7 @@ exclude = [
8
select = ["ALL"]
9
ignore = [
10
"A001", # Variable is shadowing a Python builtin
11
+ "A005", # Module shadows a Python standard-library module
12
"ANN101", # Missing type annotation for self
13
"ANN102", # Missing type annotation for cls
14
"ANN204", # Missing return type annotation for special method __str__
0 commit comments