disable Pylint warning for subprocess.run without check argument
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 01:05:01 +0000 (18:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 03:52:13 +0000 (20:52 -0700)
Graphviz generally have a good use case for calling subprocess.run without
passing check.

.pylintrc

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