Adjust vulture whitelist for pylint changes.
This commit is contained in:
parent
7e8f16dd22
commit
9cce8fe825
@ -96,7 +96,7 @@ def whitelist_generator():
|
||||
for attr in ('fileno', 'truncate', 'closed', 'readable'):
|
||||
yield 'qutebrowser.utils.qtutils.PyQIODevice.' + attr
|
||||
|
||||
for attr in ('priority', 'visit_callfunc'):
|
||||
for attr in ('priority', 'visit_call'):
|
||||
yield 'scripts.dev.pylint_checkers.config.' + attr
|
||||
|
||||
yield 'scripts.dev.pylint_checkers.modeline.process_module'
|
||||
|
Loading…
Reference in New Issue
Block a user