summary refs log tree commit diff stats
path: root/ranger/__init__.py
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2016-12-24 05:43:52 +0100
committernfnty <git@nfnty.se>2017-01-17 05:59:03 +0100
commitf6de16792bd4f2ebce354a6b493dd7c310eadc77 (patch)
tree433bea78c214fa411696bef7c59352bfc01eb471 /ranger/__init__.py
parent28f9a22f88084efbda98e497fc6852393ce03d7c (diff)
downloadranger-f6de16792bd4f2ebce354a6b493dd7c310eadc77.tar.gz
linting: Do not convert arguments to `OpenStruct`
Diffstat (limited to 'ranger/__init__.py')
-rw-r--r--ranger/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index 6f41eb98..a84bf3e8 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -35,4 +35,6 @@ VERSION = 'ranger-master %s\n\nPython %s' % (__version__, sys.version)
 # and the configuration directory will be $XDG_CONFIG_HOME/ranger instead.
 CONFDIR = '~/.config/ranger'
 
+args = None  # pylint: disable=invalid-name
+
 from ranger.core.main import main  # NOQA pylint: disable=wrong-import-position