projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa6a19
)
disable Pylint warning for subprocess.run without check argument
author
Matthew Fernandez
<matthew.fernandez@gmail.com>
Sun, 2 May 2021 01:05:01 +0000
(18:05 -0700)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/.pylintrc
b/.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