add -show-traceback

This commit is contained in:
Ishaan Jaffer
2025-09-26 19:26:44 -07:00
parent c6bc644d42
commit 9c8a2e8bff
+1 -1
View File
@@ -145,7 +145,7 @@ jobs:
command: |
cd litellm
# Use the same simple approach that works in GitHub Actions
python -m mypy . --ignore-missing-imports
python -m mypy . --ignore-missing-imports --show-traceback
cd ..
# Run pytest and generate JUnit XML report