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 | ||||
Christopher Wilcox | 6f4070d | 2018-11-29 11:02:52 -0800 | [diff] [blame] | 6 | ignore = E203, E266, E501, W503 |
Jon Wayne Parrott | 77fb0f2 | 2017-10-18 12:52:35 -0700 | [diff] [blame] | 7 | exclude = |
8 | __pycache__, | ||||
9 | .git, | ||||
10 | *.pyc, | ||||
11 | conf.py |