]> git.openstreetmap.org Git - nominatim.git/blobdiff - .flake8
enable flake for Python tests
[nominatim.git] / .flake8
diff --git a/.flake8 b/.flake8
index 82d77ed37fffc613def880af5601bf7294983e5e..f3e0db567eb78ea0c7665fc86e3de1ce9a862018 100644 (file)
--- a/.flake8
+++ b/.flake8
@@ -6,3 +6,5 @@ extend-ignore =
     E711
 per-file-ignores =
     __init__.py: F401
+    test/python/utils/test_json_writer.py: E131
+    test/python/conftest.py: E402