diff options
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc index 9b7ea17..7540b0c 100644 --- a/.pylintrc +++ b/.pylintrc @@ -11,4 +11,5 @@ ignore-imports=yes disable= fixme, duplicate-code, - no-else-return + no-else-return, + too-many-lines, |