]> granicus.if.org Git - graphviz/commitdiff
disable invalid-name Pylint warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 01:08:52 +0000 (18:08 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 03:52:13 +0000 (20:52 -0700)
Pylint has a very narrow idea of acceptable names. Things it does not like, such
as single letter variable names, are not really a problem in the Graphviz
scripts.

.pylintrc

index 707bbde2ec5d71590a5c22144d3fbc8ea49d70b9..2ed85688b438270020b1dc6c4144d8c9ad41d89e 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -143,7 +143,8 @@ disable=print-statement,
         too-many-statements,
         too-few-public-methods,
         logging-fstring-interpolation,
-        subprocess-run-check
+        subprocess-run-check,
+        invalid-name
 
 # 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