diff --git a/scripts/dev/run_vulture.py b/scripts/dev/run_vulture.py index ab38bdf09..04c74d2d7 100755 --- a/scripts/dev/run_vulture.py +++ b/scripts/dev/run_vulture.py @@ -134,6 +134,10 @@ def whitelist_generator(): # noqa # component hooks yield 'qutebrowser.components.adblock.on_config_changed' + # used in type comments + yield 'pending_download_type' + yield 'world_id_type' + def filter_func(item): """Check if a missing function should be filtered or not.