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:
Daniel Nephin 2015-10-30 16:22:51 -04:00
commit 475a091768
31 changed files with 66 additions and 1 deletions

View file

@ -1,4 +1,5 @@
from __future__ import absolute_import
from __future__ import unicode_literals
import pytest
from requests.exceptions import ConnectionError