moved mypy check to code-quality pipeline
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user