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

Remove unused # type: ignores #12531

Merged
merged 8 commits into from
Apr 27, 2022
Merged

Commits on Apr 22, 2022

  1. Remove unused # type: ignores

    Over time we've begun to use newer versions of mypy, typeshed, stub
    packages---and of course we've improved our own annotations. This makes
    some type ignore comments no longer necessary. I have removed them.
    
    There was one exception: a module that imports `select.epoll`. The
    ignore is redundant on Linux, but I've kept it ignored for those of us
    who work on the source tree using not-Linux. (#11771)
    
    I'm more interested in the config line which enforces this. I want
    unused ignores to be reported, because I think it's useful feedback when
    annotating to know when you've fixed a problem you had to previously
    ignore.
    David Robertson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    dd71d23 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    548846f View commit details
    Browse the repository at this point in the history
  3. Fixup test_account_data_manager

    David Robertson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    dd2ca58 View commit details
    Browse the repository at this point in the history
  4. Fixup formatter

    David Robertson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    7491a1b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Try installing extras before typechecking

    David Robertson committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    02ea483 View commit details
    Browse the repository at this point in the history
  2. Fix test twisted import for olddeps

    David Robertson committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    38ece60 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. use JsonMapping as return type of get_global

    whatever that is.
    David Robertson committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    8388649 View commit details
    Browse the repository at this point in the history
  2. Use v1 tag for backend-meta again

    Now that matrix-org/backend-meta#6 is merged to
    the release/v1 branch.
    David Robertson committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    68e1cc8 View commit details
    Browse the repository at this point in the history