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 0cc388b commit 858346cCopy full SHA for 858346c
pylintrc
@@ -140,6 +140,13 @@ disable=invalid-name,
140
deprecated-sys-function,
141
exception-escape,
142
comprehension-escape
143
+ # TODO remove in future maybe
144
+ duplicate-code,
145
+ missing-function-docstring,
146
+ too-many-locals,
147
+ too-many-statements,
148
+ too-many-branches,
149
+ broad-except
150
151
# Enable the message, report, category or checker with the given id(s). You can
152
# either give multiple identifier separated by comma (,) or put this option
0 commit comments