From c239bfb0931e74c961d5a5f1f76b883e62e9354f Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 14 May 2024 02:56:14 +0300 Subject: [PATCH] CI: Add the mypy arguments to the WoodPecker CI --- .woodpecker/functional_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.31.1