From c2a0d34ade6de59d2ef571fe89ecfe2c12479849 Mon Sep 17 00:00:00 2001 From: Wojtek Porczyk Date: Wed, 1 Mar 2017 17:39:53 +0100 Subject: [PATCH] pylint: do not interpret asyncio.ensure_future compat hack --- ci/pylintrc | 2 ++ qubes/tools/qubesd_query.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/pylintrc b/ci/pylintrc index 08554553..f2f20268 100644 --- a/ci/pylintrc +++ b/ci/pylintrc @@ -17,6 +17,8 @@ disable= missing-docstring, star-args +confidence=HIGH,INFERENCE,INFERENCE_FAILURE + [REPORTS] # Set the output format. Available formats are text, parseable, colorized, msvs diff --git a/qubes/tools/qubesd_query.py b/qubes/tools/qubesd_query.py index 69edcd4d..68f00147 100644 --- a/qubes/tools/qubesd_query.py +++ b/qubes/tools/qubesd_query.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3.6 -# pylint: disable=deprecated-method import argparse import asyncio