diff options
author | David Robertson <davidr@element.io> | 2022-08-17 11:17:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 11:17:04 +0100 |
commit | ba8938b090c7e1908cfa4feac75f08f3bc1183e8 (patch) | |
tree | 96f49db7f3c44a6c0fbcc1808b09d18833031d93 /changelog.d | |
parent | Fix a typo in docs and in some warnings (#13538) (diff) | |
download | synapse-ba8938b090c7e1908cfa4feac75f08f3bc1183e8.tar.xz |
Reject non-strict types in Pydantic models (#13502)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13502.misc | 1 |
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. |