[tool.mypy] python_version = "3.11" ignore_missing_imports = true [tool.ruff] fix = true indent-width = 4 line-length = 100 target-version = "py311"