pylint: Reenable bad-builtin extension
This commit is contained in:
parent
1d237b0569
commit
a5d2d3109e
@ -6,7 +6,8 @@ extension-pkg-whitelist=PyQt5,sip
|
|||||||
load-plugins=qute_pylint.config,
|
load-plugins=qute_pylint.config,
|
||||||
qute_pylint.modeline,
|
qute_pylint.modeline,
|
||||||
qute_pylint.openencoding,
|
qute_pylint.openencoding,
|
||||||
qute_pylint.settrace
|
qute_pylint.settrace,
|
||||||
|
pylint.extensions.bad_builtin
|
||||||
|
|
||||||
[MESSAGES CONTROL]
|
[MESSAGES CONTROL]
|
||||||
enable=all
|
enable=all
|
||||||
|
Loading…
Reference in New Issue
Block a user