Skip to content

Commit 3e8ab87

Browse files
committed
lint: suppress annoying pylint message
1 parent 9a77d68 commit 3e8ab87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
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)