9 lines
191 B
INI
9 lines
191 B
INI
[flake8]
|
|
show-source = True
|
|
max-line-length = 100
|
|
exclude = .git,.tox,dist,*egg,build,tools
|
|
#ignore =
|
|
|
|
# Configure flake8-import-order
|
|
#application-import-names =
|
|
import-order-style = google
|