Commit 2b72e1a
committed
Disable pylint too-many-branches check for update method
The update() method has nested match statements that result in 21
branches, exceeding pylint 4.0's default limit of 12. This is
intentional for handling various field update cases.
Signed-off-by: Mathias L. Baumann <[email protected]>1 parent d6b2a5b commit 2b72e1a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
0 commit comments