Skip to content

Commit a522ef7

Browse files
committed
pylint: disable too-many-branches
"No more than 12 if statements in a function" does not a good lint make. Signed-off-by: Patrick Roy <[email protected]>
1 parent 10dfa03 commit a522ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ disable = [
5555
"duplicate-code",
5656
"too-many-positional-arguments",
5757
"too-few-public-methods",
58+
"too-many-branches",
5859
]

0 commit comments

Comments
 (0)