]> git.openstreetmap.org Git - nominatim.git/blobdiff - Makefile
fix linting issues
[nominatim.git] / Makefile
index 03ddafac4a003f6a3f3c338930e3a181ce40325a..1575b72a5d5d273ee3f31cc969d11f2d52fe8bd2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,13 +18,13 @@ build-api:
 tests: mypy lint pytest
 
 mypy:
-       python3 -m mypy --strict src
+       mypy --strict src
 
 pytest:
-       python3 -m pytest test/python
+       pytest test/python
 
 lint:
-       python3 -m pylint src
+       pylint src
 
 bdd:
        cd test/bdd; behave -DREMOVE_TEMPLATE=1