summaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorbendikro <bro.devel@gmail.com>2016-10-31 22:08:36 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2016-11-03 10:45:00 +0000
commitf96b9c8a230ba936c68f5d2e9a0b7d42843b9be5 (patch)
tree6d0904e68775fbd1e2dc096b0b7301ef6cdc37a3 /.pylintrc
parentd8242b4ef038b3a6cdf63c096cab835213da9562 (diff)
downloaddeluge-f96b9c8a230ba936c68f5d2e9a0b7d42843b9be5.tar.gz
deluge-f96b9c8a230ba936c68f5d2e9a0b7d42843b9be5.tar.bz2
deluge-f96b9c8a230ba936c68f5d2e9a0b7d42843b9be5.zip
[Lint] Enable pylint warning super-init-not-called
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 96b9fb3c3..599a43898 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -82,7 +82,7 @@ disable=
too-many-nested-blocks, too-many-return-statements,
# Warning
unused-argument, protected-access, import-error, unused-variable,
- attribute-defined-outside-init, super-init-not-called,
+ attribute-defined-outside-init,
# Warning msgs that should eventually be enabled:
arguments-differ, global-statement, fixme, broad-except