diff --git a/pyproject.toml b/pyproject.toml index f2c7a68..a85ad73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ addopts = [ asyncio_mode = "auto" [tool.mypy] -python_version = "0.0.13" +python_version = "3.10" strict = true warn_return_any = true warn_unused_configs = true @@ -82,7 +82,7 @@ warn_unreachable = true strict_equality = true [tool.ruff] -target-version = "0.0.13" +target-version = "py310" line-length = 88 [tool.ruff.lint]