Move tests/pylint.cfg to pylintrc

This makes manual pylint calls pick up our project config
This commit is contained in:
Cole Robinson 2019-01-26 17:53:10 -05:00
parent fe2564530a
commit 90603cdc6e
2 changed files with 1 additions and 1 deletions

View File

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