diff options
Diffstat (limited to 'pylintrc')
| -rw-r--r-- | pylintrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,8 +72,11 @@ disable= using-constant-test, too-many-nested-blocks, too-many-ancestors, + unnecessary-pass, # Formatting stuff superfluous-parens,bad-continuation, +# Disable while we still support Python 2: + useless-object-inheritance, # Messages that are noisy for now, eventually maybe we'll turn them on: invalid-name, protected-access, |
