diff --git a/.forgejo/workflows/config/.pylintrc b/.forgejo/workflows/config/.pylintrc index a0c2176..5a7980e 100644 --- a/.forgejo/workflows/config/.pylintrc +++ b/.forgejo/workflows/config/.pylintrc @@ -5,4 +5,5 @@ too-few-public-methods, too-many-instance-attributes, too-many-arguments, - too-many-locals + too-many-locals, + inconsistent-return-statements