pylint: More attempts to silence gi warnings with -j option

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2021-07-29 11:44:26 -04:00
parent 6cc7987627
commit 27525f4bab

View File

@ -366,12 +366,12 @@ class CheckPylint(setuptools.Command):
import pycodestyle
lintfiles = [
"setup.py",
"tests",
"virtinst",
# Put this first so pylint learns what Gtk version we
# want to lint against
"virtManager/virtmanager.py",
"setup.py",
"tests",
"virtinst",
"virtManager"]
spellfiles = lintfiles[:]