mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 05:14:18 +00:00
pre-commit-hooks: python3.6+
This commit is contained in:
parent
551d1a07b3
commit
f5c42a050b
60 changed files with 291 additions and 493 deletions
|
|
@ -7,7 +7,7 @@ from pre_commit_hooks.check_builtin_literals import main
|
|||
from pre_commit_hooks.check_builtin_literals import Visitor
|
||||
|
||||
BUILTIN_CONSTRUCTORS = '''\
|
||||
from six.moves import builtins
|
||||
import builtins
|
||||
|
||||
c1 = complex()
|
||||
d1 = dict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue