We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21665cc commit 793344eCopy full SHA for 793344e
.pylintrc
@@ -98,6 +98,7 @@ disable=raw-checker-failed,
98
attribute-defined-outside-init,
99
signature-differs,
100
#imported-auth-user,
101
+ no-else-return # an else-return is more readable
102
103
# Enable the message, report, category or checker with the given id(s). You can
104
# either give multiple identifier separated by comma (,) or put this option
0 commit comments