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

Add type marker for PEP 561 compliance #231

Merged
merged 1 commit into from
Jun 2, 2024
Merged

Commits on Jun 1, 2024

  1. Add type marker for PEP 561 compliance

    This adds a `py.typed` file in the package directory, which acts as a
    marker to declare that it is PEP 561 compliant and includes type hints.
    
    More information is available here:
    
    https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages
    
    Fixes fralau#219.
    kchr committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    e2126bb View commit details
    Browse the repository at this point in the history