Fixed pylint complaints
This commit is contained in:
parent
e88028ec98
commit
8d04f8cdc8
@ -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.
|
||||
"""
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user