forked-synapse/.github
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
..
ISSUE_TEMPLATE bug report template: move comments into comment (#8030) 2020-08-05 09:34:42 +01:00
workflows Remove unused # type: ignores (#12531) 2022-04-27 14:03:44 +01:00
CODEOWNERS Add the synapse-core team as code owners (#10994) 2021-10-06 16:03:17 +02:00
FUNDING.yml Liberapay is now officially recognised, update FUNDING.yml (#5386) 2019-06-09 02:20:23 +01:00
ISSUE_TEMPLATE.md Make it clearer that #synapse:matrix.org is our support channel (#7379) 2020-05-01 13:42:35 +02:00
PULL_REQUEST_TEMPLATE.md Invite PR submitters to credit themselves (#11744) 2022-01-13 18:12:59 +00:00
SUPPORT.md Update SUPPORT.md 2019-06-25 12:24:23 +01:00