From: Sarah Hoffmann Date: Sun, 17 Jul 2022 21:20:21 +0000 (+0200) Subject: CI: make type checking strict X-Git-Tag: v4.1.0~10^2~4 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/cb81f11422a6939ce1d9c8b43d67317e22cd67c4 CI: make type checking strict --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 2f9c635c..5d70b568 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -110,7 +110,7 @@ jobs: working-directory: Nominatim - name: Python static typechecking - run: mypy nominatim + run: mypy --strict nominatim working-directory: Nominatim