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 389428e commit 9a7157bCopy full SHA for 9a7157b
pyproject.toml
@@ -82,8 +82,6 @@ line-length = 120
82
[tool.ruff.lint]
83
select = ["ALL"]
84
ignore = [
85
- "ANN101", # Missing type annotation for `self` in method
86
- "ANN102", # Missing type annotation for `{name}` in classmethod
87
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed in {filename}
88
"ASYNC109", # Async function definition with a `timeout` parameter
89
"BLE001", # Do not catch blind exception
0 commit comments