X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b9e4563bebaf2b2bfba5440001b4b5750eaebe43..4cce681ead77ff2e5bdee2e7f1695162c805bbb5:/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