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 bef3ed0 commit c47dbfdCopy full SHA for c47dbfd
.pylintrc
@@ -147,7 +147,8 @@ disable=print-statement,
147
ungrouped-imports,
148
bad-continuation,
149
redefined-builtin,
150
- raise-missing-from
+ raise-missing-from,
151
+ duplicate-code
152
153
# Enable the message, report, category or checker with the given id(s). You can
154
# either give multiple identifier separated by comma (,) or put this option
0 commit comments