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
would be nice to have type hints added to the library
mypy currently complains due to cvss: module is installed, but missing library stubs or py.typed marker
cvss: module is installed, but missing library stubs or py.typed marker
https://peps.python.org/pep-0484/
The text was updated successfully, but these errors were encountered:
Before supporting type hints, we should also consider dropping support for Python 2.7 to ease the potential work.
Since the function annotation syntax was introduced in Python 3.5, we would have to use comments to be compatible with Python 2.7, see https://peps.python.org/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code.
Sorry, something went wrong.
@jobselko Python 2.7 support can be dropped now, as it is no longer supported, even by Red Hat (EOL June 2024).
No branches or pull requests
would be nice to have type hints added to the library
mypy currently complains due to
cvss: module is installed, but missing library stubs or py.typed marker
https://peps.python.org/pep-0484/
The text was updated successfully, but these errors were encountered: