blob: 3db9b737d6bc901e609ac72816b64a79f0a6131f [file] [log] [blame]
[flake8]
import-order-style=google
# Note: this forces all google imports to be in the third group. See
# https://github.com/PyCQA/flake8-import-order/issues/111
application-import-names=google
exclude =
__pycache__,
.git,
*.pyc,
conf.py