summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2021-05-27 19:20:58 +0200
committerHelmut Grohne <helmut@subdivi.de>2021-05-27 19:20:58 +0200
commit79f0ec86ea38bf04e86687e603f246ea92a693b3 (patch)
treefad8dda098ed1be5d678bd2f7d575ab76705b2c1 /.pylintrc
parente0edc0277327629115aa31b415709cf87a723574 (diff)
downloadmdbp-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--.pylintrc2
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