From 3032cade17909bf0b5f08d1c182a2692e66e3416 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 19 Apr 2019 20:46:28 +0300 Subject: [PATCH] PyLint fixes --- platformio/commands/test/command.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio/commands/test/command.py b/platformio/commands/test/command.py index 49da7bba..a4a3d627 100644 --- a/platformio/commands/test/command.py +++ b/platformio/commands/test/command.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# pylint: disable=too-many-arguments, too-many-locals, too-many-branches + from fnmatch import fnmatch from os import getcwd, listdir from os.path import isdir, join