]> granicus.if.org Git - graphviz/commit
disable Pylint too-many-branches and too-many-statements
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 17:18:12 +0000 (10:18 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 1 May 2021 00:35:16 +0000 (17:35 -0700)
commit8a8f219b1c26e01844c4960518325cca171944b9
treea9dfbceda5ca1a9fe2fb65f4af55a0435bda493d
parent7389b038c5f8532f228de5f1e842ecbe78227db8
disable Pylint too-many-branches and too-many-statements

Pylint’s definition of “too many” is quite low, especially for the kind of glue
code we use Python for.
.pylintrc