mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-24 13:00:24 -04:00
Reject non-strict types in Pydantic models (#13502)
This commit is contained in:
parent
b71b41c7bd
commit
ba8938b090
4 changed files with 440 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue