X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/349710ff0108d1203ff182743a3a1ef283dd98d6..2c8be0704b764e38f15e4ff5a6625dc8e7cfbaa3:/Makefile diff --git a/Makefile b/Makefile index 421b671a..9e914850 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ pytest: pytest test/python lint: - pylint src + flake8 src bdd: cd test/bdd; behave -DREMOVE_TEMPLATE=1