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 ec35ca6 commit f51749aCopy full SHA for f51749a
.pylintrc
@@ -61,7 +61,8 @@ disable=fixme,
61
old-style-class,
62
superfluous-parens,
63
bad-continuation,
64
- line-too-long
+ line-too-long,
65
+ bad-option-value
66
67
68
# Enable the message, report, category or checker with the given id(s). You can
.pylintrc37
@@ -151,7 +151,8 @@ disable=invalid-name,
151
152
line-too-long,
153
super-with-arguments,
154
- raise-missing-from
+ raise-missing-from,
155
156
157
158
# either give multiple identifier separated by comma (,) or put this option
0 commit comments