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 8a97e1a commit d849130Copy full SHA for d849130
.pylintrc
@@ -141,7 +141,8 @@ disable=print-statement,
141
comprehension-escape,
142
attribute-defined-outside-init,
143
bad-continuation,
144
- import-error
+ import-error,
145
+ duplicate-code
146
147
# Enable the message, report, category or checker with the given id(s). You can
148
# either give multiple identifier separated by comma (,) or put this option
0 commit comments