[flake8]
max-line-length = 120
inline-quotes = "
exclude =
  .vscode
  .git,
  .eggs,
  *.pyc,
  .venv,
  __pycache__
