mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[GH-ISSUE #24] Setup type checking for backend #24
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#24
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 @EddieTheCubeHead on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/24
Originally assigned to: @EddieTheCubeHead on GitHub.
Ruff supports flake-8 type checking out of the box. Setup type checking. Use best judgement for choosing options and/or discuss with the rest of the group.
Acceptance criteria: ruff linter in CI/CD also does type checking
@tuomasmustakallio commented on GitHub (Feb 23, 2024):
Blocked by #19
@EddieTheCubeHead commented on GitHub (May 14, 2024):
Mypy doesn't support PEP 695 generics (yet). Postponed for now