aboutsummaryrefslogtreecommitdiff
path: root/.flake8
blob: 3da787cdfbf3949f503f68bd7f596b536d97359e (plain)
1
2
3
4
5
6
7
8
9
10
11
[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
ignore = E203, E266, E501, W503
exclude =
  __pycache__,
  .git,
  *.pyc,
  conf.py