Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.57.1 | Olivier Wilkinson (reivilibre) | 2022-04-20 | 1 | -1/+1 |
| | |||||
* | 1.57.0 | Olivier Wilkinson (reivilibre) | 2022-04-19 | 1 | -1/+1 |
| | |||||
* | Specify tls extra for Twisted dependency. (#12444) | Erik Johnston | 2022-04-12 | 1 | -4/+5 |
| | | | | | | | | | | | * 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. | ||||
* | Stop maintaining a list of lint targets in `lint.sh` (#12420) | David Robertson | 2022-04-08 | 1 | -18/+4 |
| | |||||
* | Add missing dependency on importlib_metadata (#12384) | David Robertson | 2022-04-05 | 1 | -0/+3 |
| | |||||
* | Poetry: initial pyproject.toml and poetry.lock (#12381) | David Robertson | 2022-04-05 | 1 | -0/+226 |
| | | | | Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org> | ||||
* | Move isort config to `pyproject.toml` (#12052) | David Robertson | 2022-02-22 | 1 | -0/+12 |
| | |||||
* | Update to the current version of Black and run it on Synapse codebase (#11596) | Shay | 2021-12-23 | 1 | -1/+1 |
| | | | | | | | | | * update black version * run updated version of black on code * newsfragment * enumerate python versions | ||||
* | Bump black configuration to target py36 (#9781) | Dan Callahan | 2021-04-13 | 1 | -1/+1 |
| | | | Signed-off-by: Dan Callahan <danc@element.io> | ||||
* | Tell Black to format code for Python 3.5 (#8664) | Dan Callahan | 2020-10-27 | 1 | -1/+1 |
| | | | | | | | | This allows trailing commas in multi-line arg lists. Minor, but we might as well keep our formatting current with regard to our minimum supported Python version. Signed-off-by: Dan Callahan <danc@element.io> | ||||
* | Add a `docker` type to the towncrier configuration (#5673) | Richard van der Hoff | 2019-07-12 | 1 | -0/+5 |
| | | | ... and certain other changelog-related fixes | ||||
* | Add a few more common environment directory names to black exclusion (#5630) | Andrew Morgan | 2019-07-08 | 1 | -0/+2 |
| | | | | | | * Add a few more common environment directory names to black exclusion * Add changelog | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -0/+19 |
| | |||||
* | fix the changelog & template | Amber Brown | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | fixes | Amber Brown | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | make pyproject point at it | Amber Brown | 2018-07-19 | 1 | -2/+27 |
| | |||||
* | Use towncrier to build the changelog (#3425) | Amber Brown | 2018-06-25 | 1 | -0/+5 |