Skip to content

Commit 483b5eb

Browse files
committed
Disable too-many-return-statements pylint check
This is part of the upgrade from repo-config v0.7 to v0.8. See: https://github.com/frequenz-floss/frequenz-repo-config-python/releases/tag/v0.8.0 Signed-off-by: Leandro Lucarella <[email protected]>
1 parent c087829 commit 483b5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ min-similarity-lines = 40
144144
[tool.pylint.messages_control]
145145
disable = [
146146
"too-few-public-methods",
147+
"too-many-return-statements",
147148
# disabled because it conflicts with isort
148149
"wrong-import-order",
149150
"ungrouped-imports",

0 commit comments

Comments
 (0)