Rename pylintrc -> .pylintrc

Plain pylint calls pick that up as well

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-07-17 14:41:02 -04:00
parent 62e7f1c521
commit c01fbcc885
2 changed files with 1 additions and 1 deletions

View File

View File

@ -408,7 +408,7 @@ class CheckPylint(distutils.core.Command):
print("running pylint")
pylint_opts = [
"--rcfile", "pylintrc",
"--rcfile", ".pylintrc",
"--output-format=%s" % output_format,
]
if self.jobs: