mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-21 20:40:47 +02:00
13 lines
220 B
INI
13 lines
220 B
INI
![]() |
[mypy]
|
||
|
python_version = 3.10
|
||
|
strict = True
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-inquirer.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-fuzzywuzzy.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-IPython.*]
|
||
|
ignore_missing_imports = True
|