diff options
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ disable= # Questionable things, but it's ok, I don't need to be told: import-outside-toplevel, self-assigning-variable, + consider-using-with, # Formatting stuff superfluous-parens, bad-continuation, |