Update pre-commit config to enforace that future imports exist in all files.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
ed87d1f848
commit
475a091768
31 changed files with 66 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import pytest
|
||||
from requests.exceptions import ConnectionError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue