]> granicus.if.org Git - graphviz/commitdiff
disable Pylint redefined-builtin warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 17:15:51 +0000 (10:15 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 1 May 2021 00:35:16 +0000 (17:35 -0700)
We do not care about redefining things like `input`.

.pylintrc

index 4abbf3660254356796f285a7c0fa77244da3664d..5b72c68513a11cba1140a71d7b7cc0a8df35de34 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -137,7 +137,8 @@ disable=print-statement,
         xreadlines-attribute,
         deprecated-sys-function,
         exception-escape,
-        comprehension-escape
+        comprehension-escape,
+        redefined-builtin
 
 # 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