-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Summary
Add a py.typed file to the package root. This allows static type checkers (like MyPy) to recognize and validate type hints in pyquerytracker.
Details
- Create an empty file named
py.typedin the main package directory. - Ensure it is included in the package distribution (e.g., via MANIFEST.in or setup.cfg if used).
- This will make type hints available to users and tools.
References
Additional context
This is a common best practice for typed Python packages and helps improve static analysis and developer experience.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers