diff options
Diffstat (limited to 'pylintrc')
| -rw-r--r-- | pylintrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,8 @@ disable= bad-continuation, # Disable while we still support Python 2: useless-object-inheritance, + super-with-arguments, + raise-missing-from, # Messages that are noisy for now, eventually maybe we'll turn them on: invalid-name, protected-access, |
