diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc index de3f51a..2753c79 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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 |