[GH-ISSUE #166] Enable and configure mypy #80

Open
opened 2026-03-03 11:58:45 +03:00 by kerem · 0 comments
Owner

Originally created by @paktusov on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/166

Goal
Introduce static type checking with mypy and run it in CI and via Makefile.

Scope
Add mypy and required type stubs to dependencies.
Update pyproject.toml section.
Add mypy to make linters.
Update GitHub Actions to run mypy.

Acceptance Criteria
mypy runs locally and in CI without errors.
CI fails on new type errors.

PS: I recommend starting with finmars-workflow

Originally created by @paktusov on GitHub (Jan 30, 2026). Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/166 **Goal** Introduce static type checking with mypy and run it in CI and via Makefile. **Scope** Add mypy and required type stubs to dependencies. Update pyproject.toml section. Add mypy to `make linters`. Update GitHub Actions to run mypy. **Acceptance Criteria** mypy runs locally and in CI without errors. CI fails on new type errors. PS: I recommend starting with finmars-workflow
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-core#80
No description provided.