Skip to content

Commit d6186e8

Browse files
committed
Move pylintrc -> .pylintrc
pylint picks up the latter as well Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent 7b9df00 commit d6186e8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run(self):
5757

5858
print("running pylint")
5959
pylint_opts = [
60-
"--rcfile", "pylintrc",
60+
"--rcfile", ".pylintrc",
6161
"--output-format=%s" % output_format,
6262
]
6363
pylint.lint.Run(files + pylint_opts)

0 commit comments

Comments
 (0)