Skip to content

Commit

Permalink
Merge pull request #542 from google/lint
Browse files Browse the repository at this point in the history
Disable lint error not-an-iterable.
  • Loading branch information
rchen152 committed Apr 1, 2020
2 parents 3f46c16 + c290162 commit a7ae6ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ disable=
no-member,
no-name-in-module,
no-self-use,
not-an-iterable,
protected-access,
relative-import,
self-assigning-variable,
Expand Down

0 comments on commit a7ae6ab

Please sign in to comment.