This commit is contained in:
@@ -26,10 +26,5 @@ jobs:
|
||||
- name: Run tests
|
||||
run: pytest tests/ -v --tb=short
|
||||
|
||||
- name: Run type checks
|
||||
run: |
|
||||
pip install mypy
|
||||
mypy env_pro/ --ignore-missing-imports || true
|
||||
|
||||
- name: Check code formatting
|
||||
run: ruff check env_pro/
|
||||
|
||||
Reference in New Issue
Block a user