Add mypy to the CI
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
PapaTutuWawa 2025-04-21 01:59:44 +02:00
parent b8f51d7235
commit a214864010

View File

@ -10,5 +10,7 @@ steps:
- uv sync --all-extras - uv sync --all-extras
# Lint the code # Lint the code
- uv run ruff check src/xmpp_api/ - uv run ruff check src/xmpp_api/
# Check for type safety
- uv run mypy src/xmpp_api/
# Check for security issues # Check for security issues
- uv run bandit -r src/xmpp_api/ - uv run bandit -r src/xmpp_api/