mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #166] Enable and configure mypy #80
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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