Skip to content

Commit 4739ed8

Browse files
committed
lint: suppress annoying pylint message
1 parent 023de95 commit 4739ed8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ disable = [
8282
"too-many-public-methods",
8383
"too-many-instance-attributes",
8484
"too-many-lines",
85+
"too-many-return-statements",
86+
"too-many-branches",
8587
]
8688

8789
[tool.mypy]

0 commit comments

Comments
 (0)