moved mypy check to code-quality pipeline
Code Quality Pipeline / code-quality (push) Successful in 37s
Test Python Package / test (push) Successful in 22s

This commit is contained in:
Brian Bjarke Jensen
2025-08-28 22:33:42 +02:00
parent 08a5ad8afa
commit 02b156996d
2 changed files with 3 additions and 30 deletions
+3
View File
@@ -29,6 +29,9 @@ jobs:
- name: Ruff lint
run: uv run ruff check .
- name: Type check with mypy
run: uv run mypy .
- name: Ruff format
run: uv run ruff format --check .