Skip to content

Commit f51749a

Browse files
committed
one more update to pylint settings
1 parent ec35ca6 commit f51749a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ disable=fixme,
6161
old-style-class,
6262
superfluous-parens,
6363
bad-continuation,
64-
line-too-long
64+
line-too-long,
65+
bad-option-value
6566

6667

6768
# Enable the message, report, category or checker with the given id(s). You can

.pylintrc37

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ disable=invalid-name,
151151
bad-continuation,
152152
line-too-long,
153153
super-with-arguments,
154-
raise-missing-from
154+
raise-missing-from,
155+
bad-option-value
155156

156157
# Enable the message, report, category or checker with the given id(s). You can
157158
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)