Fixed pylint complaints

This commit is contained in:
Philip Scheel 2018-09-04 00:59:49 +02:00
parent e88028ec98
commit 8d04f8cdc8
2 changed files with 6 additions and 4 deletions

View File

@ -51,7 +51,8 @@ def _delete_quickmark(data):
def url(*, info):
"""A model which combines bookmarks, quickmarks, search engines and web history URLs.
"""A model which combines bookmarks, quickmarks, search engines and web
history URLs.
Used for the `open` command.
"""

View File

@ -855,7 +855,8 @@ def test_setting_option_completion(qtmodeltester, config_stub,
('bindings.commands', 'Default keybindings', (
'{"normal": {"<Ctrl+q>": "quit", "ZQ": "quit", '
'"I": "invalid", "d": "scroll down"}}')),
('completion.open_categories', 'Which categories to show (in which order) in the :open completion.', '["searchengines", "quickmarks", "bookmarks", "history"]'),
('completion.open_categories', 'Which categories to show (in which order) in the :open completion.',
'["searchengines", "quickmarks", "bookmarks", "history"]'),
('content.javascript.enabled', 'Enable/Disable JavaScript',
'true'),
('url.searchengines', 'searchengines list',