chore(pylint): Reenable too-many-locals check (#16268)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2021-08-16 09:23:40 -07:00
committed by GitHub
parent 7b724439b9
commit b5c7ed9f18
8 changed files with 7 additions and 7 deletions

View File

@@ -87,7 +87,6 @@ disable=
import-outside-toplevel,
raise-missing-from,
too-few-public-methods,
too-many-locals,
duplicate-code,
[REPORTS]