Skip to content

Commit 865cf42

Browse files
committed
Fix: Correct MyPy command in CI workflow
1 parent f01e167 commit 865cf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fi
6060
# Always run type checking and linting with JSON output where possible
6161
flake8 --format=json backend/ --config=backend/.flake8 > linting_reports/flake8_report.json || true
62-
mypy backend/ --ignore-missing-imports --json-report linting_reports/mypy_report.json || true
62+
mypy backend/ --ignore-missing-imports || true
6363
6464
test:
6565
name: Run Tests

0 commit comments

Comments
 (0)