update pylintrc:

This commit is contained in:
Derek Hirotsu
2025-01-14 14:24:50 -08:00
parent 0394d6fea3
commit f3d305df89

View File

@@ -1,3 +1,7 @@
[DESIGN]
# Maximum number of branch for function / method body
max-branches = 15
[MESSAGES CONTROL]
disable=
import-error,