Skip to content

feat: Enable comprehensive mypy type checking across landmarkdiff codebase#424

Draft
PredictiveManish wants to merge 5 commits intodreamlessx:mainfrom
PredictiveManish:type-checking
Draft

feat: Enable comprehensive mypy type checking across landmarkdiff codebase#424
PredictiveManish wants to merge 5 commits intodreamlessx:mainfrom
PredictiveManish:type-checking

Conversation

@PredictiveManish
Copy link
Copy Markdown
Contributor

What does this PR do?

Enable comprehensive mypy type checking across the LandmarkDiff codebase by updating configuration, CI/CD pipeline, and adding package init.py files to enable type checking on scripts/ and benchmarks/ directories.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • New procedure preset
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Tests / CI improvement

How has this been tested?

mypy landmarkdiff/
mypy scripts/__init__.py
mypy benchmarks/__init__.py

Checklist

  • My code follows the project's style guidelines (ruff check passes)
  • I have added tests that cover my changes
  • All new and existing tests pass locally
  • I have updated documentation if needed
  • My changes generate no new warnings

Related Issues

Solves #410

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@PredictiveManish PredictiveManish marked this pull request as draft March 25, 2026 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant