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 cfe6181 commit e86c79bCopy full SHA for e86c79b
.pylintrc
@@ -144,6 +144,8 @@ disable=print-statement,
144
missing-module-docstring,
145
missing-class-docstring,
146
missing-function-docstring,
147
+ E1136,
148
+ C0330,
149
150
# Enable the message, report, category or checker with the given id(s). You can
151
# either give multiple identifier separated by comma (,) or put this option
0 commit comments