[project] name = "example-product" version = "0.1.0" requires-python = ">=3.11" [tool.pytest.ini_options] testpaths = ["tests"] addopts = "-q" [tool.ruff] target-version = "py311" line-length = 88 [tool.ruff.lint] select = ["E", "F", "I", "B", "UP"] [tool.mypy] python_version = "3.11" strict = true