From: Marcelo Trylesinski Date: Mon, 30 Dec 2024 07:48:16 +0000 (+0100) Subject: Remove python version from mypy (#2831) X-Git-Tag: 0.45.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76e053ac8221349fc068ef542fa43d20b40340d1;p=thirdparty%2Fstarlette.git Remove python version from mypy (#2831) --- diff --git a/pyproject.toml b/pyproject.toml index 95f195c5..223b6319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,6 @@ combine-as-imports = true [tool.mypy] strict = true -python_version = "3.9" [[tool.mypy.overrides]] module = "starlette.testclient.*"