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

New lib version including the py.typed addition #24

Open
humrochagf opened this issue Oct 5, 2024 · 0 comments
Open

New lib version including the py.typed addition #24

humrochagf opened this issue Oct 5, 2024 · 0 comments

Comments

@humrochagf
Copy link

Hello,

First of all thanks for this nice lib its quite handy, specially on naming builds and tests 🙂

I noticed that you added the py.typed file to the repo, but the latest published version of the lib doesn't have it yet.

I would be nice to have a new version of the lib pushed to pypi to be able to remove the ignore from mypy config.

And in case someone is using the lib with typehints active in your codebase you can skip it for now by adding this to your pyproject.toml file:

[[tool.mypy.overrides]]
module = [
  "coolname",
]
ignore_missing_imports = true
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

No branches or pull requests

1 participant