CI: Add the mypy arguments to the WoodPecker CI
[kconfig-hardened-check.git] / .woodpecker / functional_test.yml
index 020b1d50a770488deb3578f5cc993e2e335abf9f..2196f6c5b189b65694dd04658298d8c1113999d2 100644 (file)
@@ -28,7 +28,7 @@ steps:
       - echo "Install the mypy tool..."
       - python --version
       - pip install --no-cache-dir mypy
-      - mypy kernel_hardening_checker/
+      - mypy kernel_hardening_checker/ --show-error-context --pretty --no-incremental --check-untyped-defs --disallow-untyped-defs --strict-equality
   functional-test-with-coverage:
     image: python:3
     pull: true