Reject non-strict types in Pydantic models (#13502)

This commit is contained in:
David Robertson 2022-08-17 11:17:04 +01:00 committed by GitHub
parent b71b41c7bd
commit ba8938b090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 440 additions and 1 deletions

View file

@ -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