CI: Add the mypy arguments to the WoodPecker CI
authorAlexander Popov <alex.popov@linux.com>
Mon, 13 May 2024 23:56:14 +0000 (02:56 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 13 May 2024 23:56:23 +0000 (02:56 +0300)
.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