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 023de95 commit 4739ed8Copy full SHA for 4739ed8
pyproject.toml
@@ -82,6 +82,8 @@ disable = [
82
"too-many-public-methods",
83
"too-many-instance-attributes",
84
"too-many-lines",
85
+ "too-many-return-statements",
86
+ "too-many-branches",
87
]
88
89
[tool.mypy]
0 commit comments