summary refs log tree commit diff
path: root/changelog.d/9682.misc
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-09 01:44:57 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-09 01:44:57 +0100
commit0de0fe0fe72bb2e2e0044908b9b89fe489bdff5c (patch)
tree0c8a3541b2797e8055c8b171cde8d57fcba79227 /changelog.d/9682.misc
parentChangelog (diff)
parentBugbear: Add Mutable Parameter fixes (#9682) (diff)
downloadsynapse-0de0fe0fe72bb2e2e0044908b9b89fe489bdff5c.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into anoa/allow_admins_delist_as_rooms
Diffstat (limited to 'changelog.d/9682.misc')
-rw-r--r--changelog.d/9682.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9682.misc b/changelog.d/9682.misc
new file mode 100644
index 0000000000..428a466fac
--- /dev/null
+++ b/changelog.d/9682.misc
@@ -0,0 +1 @@
+Introduce flake8-bugbear to the test suite and fix some of its lint violations.