mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
check-builtin-literals: Appease flake8 with six
This commit is contained in:
parent
775867626d
commit
d889840b88
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# flake8 checks imports; `builtins` does not exist in Python 2.
|
||||
# flake8: noqa
|
||||
from six.moves import builtins
|
||||
|
||||
c1 = complex()
|
||||
d1 = dict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue