Configure flake8-import-order to use Google Style

This relies on two things:

1. Properly configuring flake8-import-order to use that style
2. Properly configuring flake8-import-order to know that flake8 is our
   application name.
This commit is contained in:
Ian Cordasco 2016-06-17 10:26:36 -05:00
parent 3f434f7d1c
commit 8bc76f79de
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
17 changed files with 43 additions and 45 deletions

View file

@ -1,13 +1,12 @@
"""Tests for the BaseFormatter object."""
import optparse
import mock
import pytest
from flake8 import style_guide
from flake8.formatting import base
import mock
import pytest
def options(**kwargs):
"""Create an optparse.Values instance."""