fix: resolve mypy type errors in parser.py and config.py
This commit is contained in:
@@ -26,16 +26,10 @@ jobs:
|
|||||||
run: pytest tests/ -v --cov=depnav --cov-report=term-missing
|
run: pytest tests/ -v --cov=depnav --cov-report=term-missing
|
||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: |
|
run: ruff check depnav/ tests/
|
||||||
echo "Running ruff check..."
|
|
||||||
ruff check depnav/ tests/ || echo "Ruff check failed with exit code $?"
|
|
||||||
echo "Ruff linting step completed"
|
|
||||||
|
|
||||||
- name: Run type checking
|
- name: Run type checking
|
||||||
run: |
|
run: mypy src/
|
||||||
echo "Running mypy type check..."
|
|
||||||
mypy depnav/src/ || echo "Mypy check failed with exit code $?"
|
|
||||||
echo "Mypy completed successfully"
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: test
|
needs: test
|
||||||
|
|||||||
Reference in New Issue
Block a user