Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mypy against latest pillow stubs (#12671) | David Robertson | 2022-05-09 | 1 | -3/+3 |
| | |||||
* | Use `ParamSpec` in a few places (#12667) | David Robertson | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | Move `pympler` back into the `all` extras (#12652) | David Robertson | 2022-05-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | * Move `pympler` back into the `all` extras Undoes a change I made in #12381. I can't fully remember my reasoning, but this changed the contents of the debian packages in a backwards incompatible way. We're not aware of anyone who's been bitten by this, but we still want to fix it. To the reviewer: please be convinced that the debian packages will still contain pympler after this change. * Debian changelog entry to keep the linter happy | ||||
* | Update mypy to 0.950 and fix complaints (#12650) | David Robertson | 2022-05-06 | 1 | -30/+34 |
| | |||||
* | Bump Synapse minimum Python version to 3.7.1 (#12613) | David Robertson | 2022-05-03 | 1 | -2/+2 |
| | |||||
* | Make `scripts-dev` pass `mypy --disallow-untyped-defs` (#12356) | David Robertson | 2022-04-27 | 1 | -6/+19 |
| | | | Not enforced in config yet. One day. | ||||
* | We don't require redbaron in the release script | David Robertson | 2022-04-26 | 1 | -61/+1 |
| | |||||
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-04-20 | 1 | -4/+8 |
|\ | |||||
| * | Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker ↵ | reivilibre | 2022-04-20 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | image. (#12512) * poetry update matrix-synapse-ldap3 * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | ||||
* | | Bump twisted version to the latest in lockfile (#12441) | Shay | 2022-04-12 | 1 | -9/+10 |
| | | |||||
* | | Run lints under poetry in CI; remove lint tox jobs (#12434) | David Robertson | 2022-04-12 | 1 | -3/+3 |
|/ | | | Co-authored-by: Dan Callahan <danc@element.io> | ||||
* | Specify tls extra for Twisted dependency. (#12444) | Erik Johnston | 2022-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | * Specify `tls` extra for Twisted dependency. It was already pulled in for us by `treq`, but we should be explicit that we do use the `tls` functionality of Twisted directly. * Mark `idna` as dev-dependency This doesn't actually change anything, as `Twisted[tls]` will put it in as a main dependency anyway. | ||||
* | Add missing dependency on importlib_metadata (#12384) | David Robertson | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | Poetry: initial pyproject.toml and poetry.lock (#12381) | David Robertson | 2022-04-05 | 1 | -0/+2831 |
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org> |