1
0

Update changelog.d/14519.misc

Co-authored-by: David Robertson <davidr@element.io>
This commit is contained in:
Mathieu Velten
2023-03-13 12:54:02 +01:00
committed by GitHub
parent 2dfccdc1c3
commit 4f135c31b8
+1 -1
View File
@@ -1 +1 @@
Enable unused-awaitable error for mypy since it is really easy to miss an async keyword.
Have mypy report `Awaitable`s that are not `await`ed or otherwise consumed.