Skip to content

Add ty type checker with all rules as errors#239

Merged
mxr merged 1 commit into
mainfrom
ty-config
Jun 14, 2026
Merged

Add ty type checker with all rules as errors#239
mxr merged 1 commit into
mainfrom
ty-config

Conversation

@mxr

@mxr mxr commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Problem

The project lacked ty type checker configuration, leaving potential type issues undetected.

Solution

Add [tool.ty.rules] all = "error" to pyproject.toml and add a missing @override decorator in _main.py to satisfy ty's checks.

@mxr mxr marked this pull request as ready for review June 14, 2026 18:55
@mxr mxr merged commit 2a7e595 into main Jun 14, 2026
12 checks passed
@mxr mxr deleted the ty-config branch June 14, 2026 18:55
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