mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-18 06:03:58 +03:00
Rename pylintrc -> .pylintrc
Plain pylint calls pick that up as well Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
62e7f1c521
commit
c01fbcc885
2
setup.py
2
setup.py
@ -408,7 +408,7 @@ class CheckPylint(distutils.core.Command):
|
|||||||
|
|
||||||
print("running pylint")
|
print("running pylint")
|
||||||
pylint_opts = [
|
pylint_opts = [
|
||||||
"--rcfile", "pylintrc",
|
"--rcfile", ".pylintrc",
|
||||||
"--output-format=%s" % output_format,
|
"--output-format=%s" % output_format,
|
||||||
]
|
]
|
||||||
if self.jobs:
|
if self.jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user