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 c30961e commit dc610b7Copy full SHA for dc610b7
pyproject.toml
@@ -45,8 +45,6 @@ select = ["ALL"]
45
ignore = [
46
"D1", # allow missing docstrings
47
"FBT", # allow boolean args
48
- "ANN101", # missing-type-self
49
- "ANN102", # missing-type-cls
50
"INP", # ignore flake8-no-pep420
51
"B008", # function-call-in-default-argument
52
"ANN204", # no typings for __init__
0 commit comments