summaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2016-05-07 12:22:40 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2016-05-09 20:10:51 +0100
commit8160cef2b3dde870527a7582a38de0dc300a687a (patch)
tree983cb8ddf769483a2f3492ac03e006a507550b5b /.pylintrc
parentc7fd8f51167e3d2edb8ebfef2dc7f15c652b9de3 (diff)
downloaddeluge-8160cef2b3dde870527a7582a38de0dc300a687a.tar.gz
deluge-8160cef2b3dde870527a7582a38de0dc300a687a.tar.bz2
deluge-8160cef2b3dde870527a7582a38de0dc300a687a.zip
[Lint] Enable pylint 'not-callable'
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 524e8cce9..eaa282f89 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -63,7 +63,7 @@ confidence=
# Arranged by category: Convention, Error, Information, Refactor, Warning.
# Category per line (wrapped categories are indented) using symbolic names instead of ids.
disable=missing-docstring, invalid-name, wrong-import-position, wrong-import-order,
- no-member, not-callable, no-name-in-module,
+ no-member, no-name-in-module,
locally-disabled,
R,
unused-argument, fixme, protected-access, import-error, unused-variable,