]> git.openstreetmap.org Git - nominatim.git/blobdiff - Makefile
enable flake for Python tests
[nominatim.git] / Makefile
index 9e914850b783400e9f2c1d0b6c6d9548b3678c14..72072a59778163b423e5dda70438b992993deba5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ pytest:
        pytest test/python
 
 lint:
-       flake8 src
+       flake8 src test/python
 
 bdd:
        cd test/bdd; behave -DREMOVE_TEMPLATE=1