mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Enable strict_optional for aqt/overview.py
This commit is contained in:
parent
8d9251e7e5
commit
9f002491a4
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.overview]
|
||||||
|
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