blob: 3da787cdfbf3949f503f68bd7f596b536d97359e [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
Christopher Wilcox6f4070d2018-11-29 11:02:52 -08006ignore = E203, E266, E501, W503
Jon Wayne Parrott77fb0f22017-10-18 12:52:35 -07007exclude =
8 __pycache__,
9 .git,
10 *.pyc,
11 conf.py