summary refs log tree commit diff
path: root/pyproject.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-04-201-1/+1
|\
| * 1.57.1Olivier Wilkinson (reivilibre)2022-04-201-1/+1
| |
* | Dump setuptools; correct pyproject version number (#12478)David Robertson2022-04-201-2/+2
|/
* 1.57.0Olivier Wilkinson (reivilibre)2022-04-191-1/+1
|
* Specify tls extra for Twisted dependency. (#12444)Erik Johnston2022-04-121-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 Robertson2022-04-081-18/+4
|
* Add missing dependency on importlib_metadata (#12384)David Robertson2022-04-051-0/+3
|
* Poetry: initial pyproject.toml and poetry.lock (#12381)David Robertson2022-04-051-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 Robertson2022-02-221-0/+12
|
* Update to the current version of Black and run it on Synapse codebase (#11596)Shay2021-12-231-1/+1
| | | | | | | | | * update black version * run updated version of black on code * newsfragment * enumerate python versions
* Bump black configuration to target py36 (#9781)Dan Callahan2021-04-131-1/+1
| | | Signed-off-by: Dan Callahan <danc@element.io>
* Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-271-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 Hoff2019-07-121-0/+5
| | | ... and certain other changelog-related fixes
* Add a few more common environment directory names to black exclusion (#5630)Andrew Morgan2019-07-081-0/+2
| | | | | | * Add a few more common environment directory names to black exclusion * Add changelog
* Run Black. (#5482)Amber Brown2019-06-201-0/+19
|
* fix the changelog & templateAmber Brown2018-08-091-1/+1
|
* fixesAmber Brown2018-07-191-1/+1
|
* make pyproject point at itAmber Brown2018-07-191-2/+27
|
* Use towncrier to build the changelog (#3425)Amber Brown2018-06-251-0/+5