From 79f0ec86ea38bf04e86687e603f246ea92a693b3 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 27 May 2021 19:20:58 +0200 Subject: prefer subprocess.call over subprocess.run Avoid pylint complaining and we don't need the CompletedProcess object. --- .pylintrc | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .pylintrc (limited to '.pylintrc') 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 -- cgit v1.2.3