From a214864010b80aafc1e0bdaf2d92e928a38d5eba Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Mon, 21 Apr 2025 01:59:44 +0200 Subject: [PATCH] Add mypy to the CI --- .woodpecker/check.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/check.yaml b/.woodpecker/check.yaml index 3375bbe..5d9cb86 100644 --- a/.woodpecker/check.yaml +++ b/.woodpecker/check.yaml @@ -10,5 +10,7 @@ steps: - uv sync --all-extras # Lint the code - uv run ruff check src/xmpp_api/ + # Check for type safety + - uv run mypy src/xmpp_api/ # Check for security issues - uv run bandit -r src/xmpp_api/