summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-03-13 12:54:02 +0100
committerGitHub <noreply@github.com>2023-03-13 12:54:02 +0100
commit4f135c31b8137cdbbb3045ff027f1ab32f2bea1d (patch)
tree758cb4bf5febe1b0aff7822eb222d42875ce0f34
parentIgnore other false-positives (diff)
downloadsynapse-4f135c31b8137cdbbb3045ff027f1ab32f2bea1d.tar.xz
Update changelog.d/14519.misc
Co-authored-by: David Robertson <davidr@element.io>
-rw-r--r--changelog.d/14519.misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/14519.misc b/changelog.d/14519.misc

index bfae0a0138..53727c0765 100644 --- a/changelog.d/14519.misc +++ b/changelog.d/14519.misc
@@ -1 +1 @@ -Enable unused-awaitable error for mypy since it is really easy to miss an async keyword. \ No newline at end of file +Have mypy report `Awaitable`s that are not `await`ed or otherwise consumed. \ No newline at end of file