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 e12c093 commit 7617736Copy full SHA for 7617736
pyproject.toml
@@ -112,8 +112,6 @@ select = [
112
ignore = [
113
"ANN002", # Missing type annotation for *args
114
"ANN003", # Missing type annotation for **kwargs
115
- "ANN101", # Missing type annotation for self in method
116
- "ANN102", # Missing type annotation for cls in classmethod
117
"ANN204", # Missing return type annotation for special method
118
"B904", # Exception raised within try-except should use raise ... from exc
119
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
0 commit comments