summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-01-06 13:20:15 +0000
committerGerrit Code Review <review@openstack.org>2015-01-06 13:20:15 +0000
commit03f33d67d756e8f48427b79e3e34fe7b8fc546d8 (patch)
tree9e94d5a552117a437aeb7ddaa79624c80a643210 /.pylintrc
parent41d7fa4012237b28333118834740ff3141da41f7 (diff)
parent73c9a5fc7c0ed9758af28e7061428544b2475af0 (diff)
downloadneutron-03f33d67d756e8f48427b79e3e34fe7b8fc546d8.tar.gz
Merge "Enable the "not-callable" pylint check"
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 595c3e53e6..ad9c8211bc 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -24,7 +24,6 @@ disable=
no-member,
no-method-argument,
no-self-argument,
- not-callable,
no-value-for-parameter,
super-on-old-class,
# "W" Warnings for stylistic problems or minor programming issues