summaryrefslogtreecommitdiff
path: root/pylint/lint.py
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-05 12:29:12 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-05 12:29:12 +0300
commit8e2edc0e867797681ab65960259528e3a34e6620 (patch)
tree093b32776a5a23dd0efe58370f2c153adafe0458 /pylint/lint.py
parenta76e32c89588be85f24b21fcdd23604e2ea9ce99 (diff)
downloadpylint-8e2edc0e867797681ab65960259528e3a34e6620.tar.gz
Fix the wrong hanging indentation.
Diffstat (limited to 'pylint/lint.py')
-rw-r--r--pylint/lint.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylint/lint.py b/pylint/lint.py
index 46b2c14..92b70cd 100644
--- a/pylint/lint.py
+++ b/pylint/lint.py
@@ -382,8 +382,7 @@ class PyLinter(configuration.OptionsManagerMixIn,
'See doc for all details')
}),
- ('include-ids', utils.deprecated_option(
- 'i', 'yn', INCLUDE_IDS_HELP)),
+ ('include-ids', utils.deprecated_option('i', 'yn', INCLUDE_IDS_HELP)),
('symbols', utils.deprecated_option('s', 'yn', SYMBOLS_HELP)),
('jobs',