mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 06:37:12 -05:00
Disallow untyped defs for dyndeckconf
This commit is contained in:
parent
16462941ab
commit
c3ae1a3049
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ disallow_untyped_defs=true
|
|||
disallow_untyped_defs=true
|
||||
[mypy-aqt.utils]
|
||||
disallow_untyped_defs=true
|
||||
[mypy-aqt.dyndeckconf]
|
||||
disallow_untyped_defs=true
|
||||
|
||||
|
||||
[mypy-aqt.mpv]
|
||||
|
|
|
|||
Loading…
Reference in a new issue