[flake8]
extend-ignore = D205, D400, ANN101, ANN003
max-line-length = 88
inline-quotes = "
exclude =
  .git
  venv
  __pycache__
  source
  outputs
  docs/*
per-file-ignores =
  tests/*:ANN001, ANN2
  *fusor/models.py:ANN001, ANN205, ANN201
