Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Mark Colmena as having inline type hints #124

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Mark Colmena as having inline type hints #124

merged 1 commit into from
Mar 5, 2024

Conversation

gpauloski
Copy link
Collaborator

The py.typed file distributed with the Colmena package marks Colmena as having inline type hints to third-party type checkers such as mypy.

Otherwise, mypy will warn you that it must skip checking import Colmena code.

error: Skipping analyzing "colmena.models": module is installed, but missing library stubs or py.typed marker  [import-untyped]

I've confirmed the build process includes the py.typed file correctly.

$ python3.11 -m venv venv
$ . venv/bin/activate
(venv) $ pip install build
(venv) $ python -m build --sdist --wheel --outdir dist/
(venv) $ unzip -l dist/colmena-0.5.2-py3-none-any.whl
Archive:  dist/colmena-0.5.2-py3-none-any.whl
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  03-04-2024 22:22   colmena/__init__.py
      233  03-04-2024 22:22   colmena/exceptions.py
    26564  03-04-2024 22:22   colmena/models.py
     5117  03-04-2024 22:22   colmena/proxy.py
       52  03-04-2024 22:23   colmena/py.typed
      274  03-04-2024 22:22   colmena/version.py
...

@gpauloski gpauloski requested a review from WardLT March 4, 2024 22:41
@WardLT
Copy link
Collaborator

WardLT commented Mar 5, 2024

Looks good to me. The failed tests are unrelated to your work.

Do you need a release to PyPI?

@WardLT WardLT merged commit 87447a4 into master Mar 5, 2024
0 of 2 checks passed
@gpauloski
Copy link
Collaborator Author

Thanks! No release needed on my end right now.

@gpauloski gpauloski deleted the py-typed-file branch March 5, 2024 02:26
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.

2 participants