forked-synapse/changelog.d
David Robertson 6463244375
Remove unused # type: ignores (#12531)
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.

* Installing extras before typechecking

Lacking an easy way to install all extras generically, let's bite the bullet and
make install the hand-maintained `all` extra before typechecking.

Now that https://github.com/matrix-org/backend-meta/pull/6 is merged to
the release/v1 branch.
2022-04-27 14:03:44 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
12485.misc Add some type hints to datastore (#12485) 2022-04-27 13:05:00 +01:00
12526.feature Add option to enable token registration without requiring 3pids (#12526) 2022-04-27 12:57:53 +00:00
12531.misc Remove unused # type: ignores (#12531) 2022-04-27 14:03:44 +01:00
12541.docker Mark Dockerfile as requiring BuildKit (#12541) 2022-04-26 15:31:52 +01:00
12544.bugfix Bound ephemeral events by key (#12544) 2022-04-26 20:14:21 +01:00
12564.misc Consistently use collections.abc.Mapping to check frozendict. (#12564) 2022-04-27 09:00:07 -04:00