]> git.openstreetmap.org Git - nominatim.git/blobdiff - .github/workflows/ci-tests.yml
CI: make type checking strict
[nominatim.git] / .github / workflows / ci-tests.yml
index 2f9c635c81af0ef1dce8fb52ed8cec583e25e39d..5d70b56838eceb23b51abb5ef3c8207ffa3d070b 100644 (file)
@@ -110,7 +110,7 @@ jobs:
               working-directory: Nominatim
 
             - name: Python static typechecking
-              run: mypy nominatim
+              run: mypy --strict nominatim
               working-directory: Nominatim