diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,4 +6,5 @@ ignore-imports=yes disable= fixme, - duplicate-code
\ No newline at end of file + duplicate-code, + no-else-return
\ No newline at end of file |