blob: 3db9b737d6bc901e609ac72816b64a79f0a6131f [file] [log] [blame]
Jon Wayne Parrott77fb0f22017-10-18 12:52:35 -07001[flake8]
2import-order-style=google
3# Note: this forces all google imports to be in the third group. See
4# https://github.com/PyCQA/flake8-import-order/issues/111
5application-import-names=google
6exclude =
7 __pycache__,
8 .git,
9 *.pyc,
10 conf.py