[flake8]
doctests = True
ignore =
  # line too long
  E501, 
exclude =
  .git,
  .mypy_cache,
  .tox,
  .venv,
mypy_config = mypy.ini
