]> granicus.if.org Git - graphviz/commitdiff
disable Pylint warning about too many local variables
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 01:25:23 +0000 (18:25 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 03:52:13 +0000 (20:52 -0700)
This is not a significant issue in Graphviz scripts.

.pylintrc

index 2ed85688b438270020b1dc6c4144d8c9ad41d89e..9c94eff6e15eb72e92d340cdd2d252f8666dadf5 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -144,7 +144,8 @@ disable=print-statement,
         too-few-public-methods,
         logging-fstring-interpolation,
         subprocess-run-check,
-        invalid-name
+        invalid-name,
+        too-many-locals
 
 # Enable the message, report, category or checker with the given id(s). You can
 # either give multiple identifier separated by comma (,) or put this option