From 3b951445a7499ecfc2d8d63fe1bb198b422c25cc Mon Sep 17 00:00:00 2001 From: Dan Callahan Date: Tue, 9 Nov 2021 16:22:47 +0000 Subject: Require mypy for synapse/ & tests/ unless excluded (#11282) Signed-off-by: Dan Callahan --- changelog.d/11282.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/11282.misc (limited to 'changelog.d/11282.misc') diff --git a/changelog.d/11282.misc b/changelog.d/11282.misc new file mode 100644 index 0000000000..4720519cbc --- /dev/null +++ b/changelog.d/11282.misc @@ -0,0 +1 @@ +Require all files in synapse/ and tests/ to pass mypy unless specifically excluded. -- cgit 1.5.1