chore: pylint reenable bad-option-value (#15775)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2021-07-21 09:34:08 -07:00
committed by GitHub
parent 5bce2538a2
commit 32a5680510
5 changed files with 5 additions and 6 deletions

View File

@@ -88,7 +88,6 @@ disable=
import-outside-toplevel,
raise-missing-from,
super-with-arguments,
bad-option-value,
too-few-public-methods,
too-many-locals,