We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
py.typed
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:
pyproject.toml
[[tool.mypy.overrides]] module = [ "coolname", ] ignore_missing_imports = true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: