[flake8]
ignore = E402
max-line-length = 150
exclude =
  .git,
  __pycache__,
  .venv
max-complexity = 10
