fix: resolve CI linting failures
- Only lint errorfix/ directory, not tests/ from all projects - Add mypy type checking step for comprehensive validation
This commit is contained in:
@@ -39,5 +39,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: |
|
run: |
|
||||||
pip install ruff
|
pip install ruff mypy
|
||||||
ruff check errorfix/ tests/
|
ruff check errorfix/
|
||||||
|
python -m mypy errorfix/ --ignore-missing-imports
|
||||||
|
|||||||
Reference in New Issue
Block a user