LCORE-970: ensure that type hints are checked for end to end tets#787
Conversation
WalkthroughThe Makefile's Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
Makefile (1)
25-25: Normalize directory path formatting for consistency.The change correctly extends mypy type-checking to
tests/e2e/, aligning with the PR objective. However, there's a minor inconsistency:src/andtests/e2e/include trailing slashes, whiletests/unitandtests/integrationdo not. Normalize the formatting by removing the trailing slash fromtests/e2e/to match the other test directories.- uv run mypy --explicit-package-bases --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports --disable-error-code attr-defined src/ tests/unit tests/integration tests/e2e/ + uv run mypy --explicit-package-bases --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports --disable-error-code attr-defined src/ tests/unit tests/integration tests/e2e
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
Makefile(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: build-pr
- GitHub Check: Konflux kflux-prd-rh02 / lightspeed-stack-on-pull-request
- GitHub Check: e2e_tests (azure)
- GitHub Check: e2e_tests (ci)
🔇 Additional comments (1)
Makefile (1)
25-25: Scope extension looks good.The change successfully extends type-checking coverage from
src/ tests/unit tests/integrationto includetests/e2e, fulfilling the PR objective. The strict mypy configuration flags remain unchanged and appropriate for enforcing type safety across all test suites.
Description
LCORE-970: ensure that type hints are checked for end to end tets
Type of change
Related Tickets & Documents
Summary by CodeRabbit