[flake8] max-line-length = 88 extend-ignore = E203 [isort] profile = black line_length = 88 [mypy] strict = true ignore_missing_imports = true show_error_codes = true