We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a77d68 commit 3e8ab87Copy full SHA for 3e8ab87
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