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 /scripts-dev/lint.sh | |
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 '')
-rwxr-xr-x | scripts-dev/lint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts-dev/lint.sh b/scripts-dev/lint.sh index 377348b107..bf900645b1 100755 --- a/scripts-dev/lint.sh +++ b/scripts-dev/lint.sh @@ -106,4 +106,5 @@ isort "${files[@]}" python3 -m black "${files[@]}" ./scripts-dev/config-lint.sh flake8 "${files[@]}" +./scripts-dev/check_pydantic_models.py lint mypy |