diff options
author | Helmut Grohne <helmut@subdivi.de> | 2021-05-27 19:20:58 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2021-05-27 19:20:58 +0200 |
commit | 79f0ec86ea38bf04e86687e603f246ea92a693b3 (patch) | |
tree | fad8dda098ed1be5d678bd2f7d575ab76705b2c1 /.pylintrc | |
parent | e0edc0277327629115aa31b415709cf87a723574 (diff) | |
download | mdbp-79f0ec86ea38bf04e86687e603f246ea92a693b3.tar.gz |
prefer subprocess.call over subprocess.run
Avoid pylint complaining and we don't need the CompletedProcess object.
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc deleted file mode 100644 index fc2a971..0000000 --- a/.pylintrc +++ /dev/null @@ -1,2 +0,0 @@ -[MESSAGES CONTROL] -disable=subprocess-run-check |