mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
22 lines
303 B
INI
22 lines
303 B
INI
|
[mypy]
|
||
|
python_version = 3.7
|
||
|
|
||
|
[mypy-ipadic]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-jieba]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-MeCab]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-mecab_ko_dic]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-msgpack]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-regex]
|
||
|
ignore_missing_imports = True
|
||
|
|