Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Strict type checking and py.typed #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Avasam
Copy link
Contributor

@Avasam Avasam commented Feb 2, 2025

Closes #2

Ref: jaraco/skeleton#143

This is one of the untyped libs used by setuptools.

@Avasam Avasam force-pushed the Strict-type-checking-and-py.typed branch 4 times, most recently from 3e107e1 to c7e6dd9 Compare February 6, 2025 05:21
docs/conf.py Outdated
Comment on lines 63 to 70
('py:class', 'FileDescriptorOrPath'),
('py:class', 'GenericPath '),
('py:class', 'ReadableBuffer'),
('py:class', 'StrOrBytesPath'),
('py:class', 'StrPath'),
('py:class', 'SupportsRead'),
('py:class', 'Unused'),
('py:class', '_StrOrBytesPathT'),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will potentially be fixed in Sphinx 8.2.0: sphinx-doc/sphinx#7630

@Avasam Avasam force-pushed the Strict-type-checking-and-py.typed branch from c7e6dd9 to e02c694 Compare February 6, 2025 05:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fully type module then mark as py.typed
1 participant