diff options
author | nfnty <git@nfnty.se> | 2016-12-24 06:34:42 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-01-17 05:59:03 +0100 |
commit | 62a776bbd80408c110e2d536ae406420c47f6bb1 (patch) | |
tree | d07c0dc8192b4f2619a37eadd274f25991c37c98 /.pylintrc | |
parent | c60f4c1b7e9d4c86c536b1d1e511f31ed4dde250 (diff) | |
download | ranger-62a776bbd80408c110e2d536ae406420c47f6bb1.tar.gz |
linting: `ranger.gui.curses_shortcuts.CursesShortcuts`: 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 8e87a39d..56f0ec0e 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.curses_shortcuts.CursesShortcuts +ignored-classes=ranger.core.actions.Actions |