]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Remove python version from mypy (#2831)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Mon, 30 Dec 2024 07:48:16 +0000 (08:48 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2024 07:48:16 +0000 (07:48 +0000)
pyproject.toml

index 95f195c50cd82d0acf872f947f2afa74c1d5dcf9..223b6319fb76666498c8dda2f26ad8b223a7959b 100644 (file)
@@ -68,7 +68,6 @@ combine-as-imports = true
 
 [tool.mypy]
 strict = true
-python_version = "3.9"
 
 [[tool.mypy.overrides]]
 module = "starlette.testclient.*"