Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Mark Module API error imports as re-exported and mark Synapse as containing type annotations #11054

Merged
merged 4 commits into from
Oct 13, 2021

Commits on Oct 12, 2021

  1. Properly mark Module API error imports as re-exported

    F401 no longer fails if you do this, either.
    reivilibre committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    400d0d9 View commit details
    Browse the repository at this point in the history
  2. Add py.typed file to mark this package as containing type annotations

    Mypy won't look for annotations without this file
    reivilibre committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    42cccbb View commit details
    Browse the repository at this point in the history
  3. Newsfile

    Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
    reivilibre committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    f0837cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f328698 View commit details
    Browse the repository at this point in the history