Skip to content
Snippets Groups Projects
Unverified Commit 44a24317 authored by Claudiu Popa's avatar Claudiu Popa
Browse files

past.builtins import don't trigger redefined-builtin. Close #1764

parent f4426f61
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -358,7 +358,7 @@ class VariablesChecker(BaseChecker):
'end with one of those strings.'}
),
("redefining-builtins-modules",
{'default': ('six.moves', 'future.builtins'), 'type': 'csv',
{'default': ('six.moves', 'past.builtins', 'future.builtins'), 'type': 'csv',
'metavar': '<comma separated list>',
'help': 'List of qualified module names which can have objects '
'that can redefine builtins.'}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment