Skip to content

Commit 9abb7f5

Browse files
committed
Move tests/pylint.cfg to pylintrc
This makes manual pylint calls pick up our project config
1 parent 02e1014 commit 9abb7f5

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
@@ -71,7 +71,7 @@ def run(self):
7171

7272
print("running pylint")
7373
pylint_opts = [
74-
"--rcfile", "tests/pylint.cfg",
74+
"--rcfile", "pylintrc",
7575
"--output-format=%s" % output_format,
7676
]
7777
pylint.lint.Run(files + pylint_opts)

0 commit comments

Comments
 (0)