[flake8]
ignore = E203, E266, E501, W503
exclude =
  # Standard linting exemptions.
  __pycache__,
  .git,
  *.pyc,
  conf.py
