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