Merge pull request #4505 from tk0miya/use_flake8-import-order

Use flake8-import-order
This commit is contained in:
Takeshi KOMIYA
2018-01-29 22:13:48 +09:00
committed by GitHub
99 changed files with 329 additions and 343 deletions

View File

@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
import os
import sys
from distutils import log
from distutils.cmd import Command
from setuptools import find_packages, setup
import sphinx
with open('README.rst') as f:
@@ -48,6 +48,7 @@ extras_require = {
'pytest-cov',
'html5lib',
'flake8>=3.5.0',
'flake8-import-order',
],
'test:python_version<"3"': [
'enum34',