diff options
author | nfnty <git@nfnty.se> | 2016-12-24 06:15:54 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-01-17 05:59:03 +0100 |
commit | c60f4c1b7e9d4c86c536b1d1e511f31ed4dde250 (patch) | |
tree | 801fc8167c1dd118eaca2163404f30b853862d80 /.pylintrc | |
parent | cc5c53a696f6d517f8661fbac89444afa3224475 (diff) | |
download | ranger-c60f4c1b7e9d4c86c536b1d1e511f31ed4dde250.tar.gz |
linting: `ranger.gui.widgets.view_base.ViewBase`: Init all attributes
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc index 2adabf2f..8e87a39d 100644 --- a/.pylintrc +++ b/.pylintrc @@ -11,4 +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.core.actions.Actions,ranger.gui.widgets.view_base.ViewBase,ranger.gui.curses_shortcuts.CursesShortcuts +ignored-classes=ranger.core.actions.Actions,ranger.gui.curses_shortcuts.CursesShortcuts |