We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
too-many-return-statements
1 parent 02be2fd commit 93951dfCopy full SHA for 93951df
pyproject.toml
@@ -24,5 +24,6 @@ disable = [
24
"too-few-public-methods",
25
"too-many-instance-attributes",
26
"too-many-locals",
27
+ "too-many-return-statements",
28
"unexpected-keyword-arg",
29
]
0 commit comments