mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 00:59:52 +00:00
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:
parent
3f434f7d1c
commit
8bc76f79de
17 changed files with 43 additions and 45 deletions
|
|
@ -3,12 +3,11 @@ import configparser
|
|||
import os
|
||||
import sys
|
||||
|
||||
from flake8.options import config
|
||||
|
||||
import mock
|
||||
|
||||
import pytest
|
||||
|
||||
from flake8.options import config
|
||||
|
||||
CLI_SPECIFIED_FILEPATH = 'tests/fixtures/config_files/cli-specified.ini'
|
||||
BROKEN_CONFIG_PATH = 'tests/fixtures/config_files/broken.ini'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue