summaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.pylintrc b/.pylintrc
index 8a091e614..1cfda0b8a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -62,15 +62,14 @@ 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, old-style-class, bad-continuation, wrong-import-position,
+disable=missing-docstring, invalid-name, bad-continuation, wrong-import-position,
wrong-import-order,
no-member, not-callable, no-name-in-module,
locally-disabled,
R,
unused-argument, fixme, protected-access, import-error, unused-variable,
global-statement, attribute-defined-outside-init, arguments-differ,
- no-init, super-init-not-called,
- broad-except
+ no-init, super-init-not-called, broad-except
[REPORTS]