summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pylintrc (renamed from pylintrc)0
-rwxr-xr-xsetup.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/.pylintrc
index b11803b2..b11803b2 100644
--- a/pylintrc
+++ b/.pylintrc
diff --git a/setup.py b/setup.py
index ad932436..2c17b67a 100755
--- a/setup.py
+++ b/setup.py
@@ -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: