Enable strict_optional

This commit is contained in:
bpnguyen107 2024-10-26 19:17:25 -07:00
parent 8d9251e7e5
commit 8189255b34

View file

@ -44,6 +44,8 @@ strict_optional = True
strict_optional = True
[mypy-aqt.preferences]
strict_optional = True
[mypy-aqt.customstudy]
strict_optional = True
[mypy-anki.scheduler.base]
strict_optional = True
[mypy-anki._backend.rsbridge]