diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,4 +11,5 @@ ignore-imports=yes disable= fixme, duplicate-code, - no-else-return + no-else-return, + too-many-lines, |