X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/474a22cb3bad908736748b3f8d3de7b5f36bba57..5ec07321d4b6c8aa28751b95668e4b9cd1c9bb9c:/Makefile?ds=inline diff --git a/Makefile b/Makefile index cd7280fe..421b671a 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ build-api: tests: mypy lint pytest bdd mypy: - mypy --strict src + mypy --strict --python-version 3.8 src pytest: pytest test/python