diff options
Diffstat (limited to 'pylintrc')
| -rw-r--r-- | pylintrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -73,6 +73,11 @@ disable= too-many-nested-blocks, too-many-ancestors, unnecessary-pass, + no-else-break, + no-else-continue, +# Questionable things, but it's ok, I don't need to be told: + import-outside-toplevel, + self-assigning-variable, # Formatting stuff superfluous-parens, bad-continuation, |
