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 fa3808f commit 9157fbcCopy full SHA for 9157fbc
pyproject.toml
@@ -101,8 +101,6 @@ lint.ignore = [
101
"D401", # First line should be in imperative mood
102
"D104", # Missing docstring in public package
103
"D100", # Missing docstring in public module
104
- "ANN102", # Missing type annotation for self in method
105
- "ANN101", # Missing type annotation for argument
106
"ANN401", # typing.Any are disallowed in `**kwargs
107
"PLR0913", # Too many arguments for function call
108
"D106", # Missing docstring in public nested class
0 commit comments