From cb81f11422a6939ce1d9c8b43d67317e22cd67c4 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 17 Jul 2022 23:20:21 +0200 Subject: [PATCH] CI: make type checking strict --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5