Fix a few lint errors
diff --git a/scripts/run_pylint.py b/scripts/run_pylint.py
index b06a98c..e9ac7ec 100644
--- a/scripts/run_pylint.py
+++ b/scripts/run_pylint.py
@@ -43,6 +43,7 @@
             'protected-access',
             'redefined-variable-type',
             'similarities',
+            'no-else-return',
         ],
     },
 }