From: Alexander Popov Date: Mon, 13 May 2024 23:56:14 +0000 (+0300) Subject: CI: Add the mypy arguments to the WoodPecker CI X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=c239bfb0931e74c961d5a5f1f76b883e62e9354f;p=kconfig-hardened-check.git CI: Add the mypy arguments to the WoodPecker CI --- diff --git a/.woodpecker/functional_test.yml b/.woodpecker/functional_test.yml index 020b1d5..2196f6c 100644 --- a/.woodpecker/functional_test.yml +++ b/.woodpecker/functional_test.yml @@ -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