From 0ef69ddbdcf03d0630d41bb2a52d018e7ff11c2c Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 9 Nov 2021 14:04:53 -0500 Subject: Ignore missing imports for parameterized. (#11285) This was due to a conflict between #11282, which changed mypy configuration, and #11228, a normal change. --- changelog.d/11285.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/11285.misc (limited to 'changelog.d/11285.misc') diff --git a/changelog.d/11285.misc b/changelog.d/11285.misc new file mode 100644 index 0000000000..4720519cbc --- /dev/null +++ b/changelog.d/11285.misc @@ -0,0 +1 @@ +Require all files in synapse/ and tests/ to pass mypy unless specifically excluded. -- cgit 1.5.1