summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-02-22 14:52:56 +0000
committerGitHub <noreply@github.com>2022-02-22 14:52:56 +0000
commit94a396e7c4b4488d7f0ca08672114a4a586cf42c (patch)
tree2963315af0c75ce6fbb73f43d74ea5335b763f71 /changelog.d
parentCap the number of in-flight requests for state from a single group (#11608) (diff)
downloadsynapse-94a396e7c4b4488d7f0ca08672114a4a586cf42c.tar.xz
Prune setup.cfg some more (#12059)
* Remove `trial` section from setup.cfg

This was added in the initial commit from 2014. I can't see that it does
anything. Maybe it's there so that you can run `trial` without any extra
args, but if I do that then I just get the `--help` message.

* Move flake8's config to its own file
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12052.misc2
-rw-r--r--changelog.d/12059.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12052.misc b/changelog.d/12052.misc
index fbaff67e95..11755ae61b 100644
--- a/changelog.d/12052.misc
+++ b/changelog.d/12052.misc
@@ -1 +1 @@
-Move `isort` configuration to `pyproject.toml`.
+Move configuration out of `setup.cfg`.
diff --git a/changelog.d/12059.misc b/changelog.d/12059.misc
new file mode 100644
index 0000000000..9ba4759d99
--- /dev/null
+++ b/changelog.d/12059.misc
@@ -0,0 +1 @@
+Move configuration out of `setup.cfg`.
\ No newline at end of file