mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Enable strict_optional
This commit is contained in:
parent
8d9251e7e5
commit
8189255b34
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ strict_optional = True
|
||||||
strict_optional = True
|
strict_optional = True
|
||||||
[mypy-aqt.preferences]
|
[mypy-aqt.preferences]
|
||||||
strict_optional = True
|
strict_optional = True
|
||||||
|
[mypy-aqt.customstudy]
|
||||||
|
strict_optional = True
|
||||||
[mypy-anki.scheduler.base]
|
[mypy-anki.scheduler.base]
|
||||||
strict_optional = True
|
strict_optional = True
|
||||||
[mypy-anki._backend.rsbridge]
|
[mypy-anki._backend.rsbridge]
|
||||||
|
|
Loading…
Reference in a new issue