diff options
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -66,12 +66,13 @@ 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, - no-member, not-callable, no-name-in-module, + no-member, not-callable, no-name-in-module, super-on-old-class, locally-disabled, R, - unused-argument, broad-except, fixme, protected-access, import-error, unidiomatic-typecheck, + unused-argument, fixme, protected-access, import-error, unidiomatic-typecheck, unused-variable, global-statement, attribute-defined-outside-init, arguments-differ, - no-init, non-parent-init-called, super-init-not-called, signature-differs + no-init, non-parent-init-called, super-init-not-called, signature-differs, + broad-except, pointless-except [REPORTS] |