[flake8] max-line-length = 90 exclude = .venv, build ignore = W503,E203 [mypy] exclude = (.venv|build) ignore_missing_imports = True