Skip to content

Commit

Permalink
Pylint: Enable dict-*-not-iterating check (apache#7840)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Mar 23, 2020
1 parent c4ea10e commit a7e3c11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ disable=print-statement,
deprecated-itertools-function,
deprecated-types-field,
next-method-defined,
dict-items-not-iterating,
dict-keys-not-iterating,
dict-values-not-iterating,
deprecated-operator-function,
deprecated-urllib-function,
xreadlines-attribute,
Expand Down

0 comments on commit a7e3c11

Please sign in to comment.