mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +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
2
tox.ini
2
tox.ini
|
|
@ -121,3 +121,5 @@ ignore = D203
|
|||
# :-(
|
||||
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,tests/fixtures/
|
||||
max-complexity = 10
|
||||
import-order-style = google
|
||||
application-import-names = flake8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue