diff options
author | nfnty <git@nfnty.se> | 2016-12-24 05:33:43 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-01-17 05:59:03 +0100 |
commit | 28f9a22f88084efbda98e497fc6852393ce03d7c (patch) | |
tree | e3b0e86f8e5476f68d48960325d30dd4f654ff76 /.pylintrc | |
parent | 6373f321ddb318152b9a367a465fa721f415f330 (diff) | |
download | ranger-28f9a22f88084efbda98e497fc6852393ce03d7c.tar.gz |
linting: Enable `consider-iterating-dictionary`
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc index db515b53..fd886447 100644 --- a/.pylintrc +++ b/.pylintrc @@ -8,7 +8,7 @@ max-branches=16 [FORMAT] max-line-length = 99 -disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,consider-iterating-dictionary,broad-except,cyclic-import,attribute-defined-outside-init,access-member-before-definition +disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,broad-except,cyclic-import,attribute-defined-outside-init,access-member-before-definition [TYPECHECK] ignored-classes=ranger.ext.openstruct.OpenStruct,ranger.core.runner.Context,ranger.core.actions.Actions,ranger.gui.widgets.view_base.ViewBase,ranger.gui.curses_shortcuts.CursesShortcuts |