Jon Wayne Parrott | 77fb0f2 | 2017-10-18 12:52:35 -0700 | [diff] [blame^] | 1 | [flake8] |
2 | import-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 | ||||
5 | application-import-names=google | ||||
6 | exclude = | ||||
7 | __pycache__, | ||||
8 | .git, | ||||
9 | *.pyc, | ||||
10 | conf.py |