0
0
mirror of https://github.com/gramps-project/gramps synced 2025-10-05 23:52:46 +02:00

Disable pylintrc no-else-return check

This commit is contained in:
Christopher Horn
2025-02-02 16:37:55 -05:00
committed by Nick Hall
parent 26d1f85f3d
commit 8dd468cfa3

View File

@@ -50,7 +50,7 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=suppressed-message,useless-suppression
disable=suppressed-message,useless-suppression,no-else-return
[REPORTS]