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 70e1da7 commit 607150fCopy full SHA for 607150f
pyproject.toml
@@ -74,8 +74,6 @@ ignore = [
74
"ANN001", # Missing type annotation for function argument
75
"ANN002", # Missing type annotation for `*args`
76
"ANN003", # Missing type annotation for `**kwargs`
77
- "ANN101", # Missing type annotation for self in method
78
- "ANN102", # Missing type annotation for cls in classmethod
79
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed in {name}
80
"W191", # Indentation contains tabs
81
"UP037", # Remove quotes from type annotation
0 commit comments