summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-08-17 11:17:04 +0100
committerGitHub <noreply@github.com>2022-08-17 11:17:04 +0100
commitba8938b090c7e1908cfa4feac75f08f3bc1183e8 (patch)
tree96f49db7f3c44a6c0fbcc1808b09d18833031d93 /changelog.d
parentFix a typo in docs and in some warnings (#13538) (diff)
downloadsynapse-ba8938b090c7e1908cfa4feac75f08f3bc1183e8.tar.xz
Reject non-strict types in Pydantic models (#13502)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13502.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13502.misc b/changelog.d/13502.misc
new file mode 100644
index 0000000000..ed6832996e
--- /dev/null
+++ b/changelog.d/13502.misc
@@ -0,0 +1 @@
+Add a linter script which will reject non-strict types in Pydantic models.