diff options
author | nfnty <git@nfnty.se> | 2016-12-24 05:43:52 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-01-17 05:59:03 +0100 |
commit | f6de16792bd4f2ebce354a6b493dd7c310eadc77 (patch) | |
tree | 433bea78c214fa411696bef7c59352bfc01eb471 /.pylintrc | |
parent | 28f9a22f88084efbda98e497fc6852393ce03d7c (diff) | |
download | ranger-f6de16792bd4f2ebce354a6b493dd7c310eadc77.tar.gz |
linting: Do not convert arguments to `OpenStruct`
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc index fd886447..5a5c135f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -11,5 +11,4 @@ max-line-length = 99 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 -generated-members=ranger.arg +ignored-classes=ranger.core.runner.Context,ranger.core.actions.Actions,ranger.gui.widgets.view_base.ViewBase,ranger.gui.curses_shortcuts.CursesShortcuts |