[flake8]
ignore = E501, E265, F811
max-line-length = 160
exclude =
      env,
      venv,
      .git,
      __pycache__,
      .tox,
      .eggs
