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
|
||||
|
||||
- name: Run linting
|
||||
run: |
|
||||
echo "Running ruff check..."
|
||||
ruff check depnav/ tests/ || echo "Ruff check failed with exit code $?"
|
||||
echo "Ruff linting step completed"
|
||||
run: ruff check depnav/ tests/
|
||||
|
||||
- name: Run type checking
|
||||
run: |
|
||||
echo "Running mypy type check..."
|
||||
mypy depnav/src/ || echo "Mypy check failed with exit code $?"
|
||||
echo "Mypy completed successfully"
|
||||
run: mypy src/
|
||||
|
||||
build:
|
||||
needs: test
|
||||
|
||||
Reference in New Issue
Block a user