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