CCText/.vscode/settings.json

61 lines
1016 B
JSON
Raw Permalink Normal View History

2024-04-10 20:54:12 +03:00
{
"search.exclude": {
".mypy_cache/": true,
".pytest_cache/": true
},
2024-04-11 23:25:09 +03:00
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "t_*.py"],
2024-04-10 20:54:12 +03:00
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"python.analysis.typeCheckingMode": "off",
2024-04-11 23:25:09 +03:00
"python.analysis.ignore": ["**/tests/**", "**/venv/**"],
2024-04-10 20:54:12 +03:00
"cSpell.words": [
2024-04-11 23:25:09 +03:00
"ablt",
"accs",
"actv",
2024-04-10 20:54:12 +03:00
"ADJF",
"ADJS",
"ADVB",
2024-04-11 23:25:09 +03:00
"Anph",
"cctext",
"datv",
"femn",
"Fixd",
"Geox",
"grammeme",
2024-04-10 20:54:12 +03:00
"Grammemes",
"GRND",
2024-04-11 23:25:09 +03:00
"Impe",
"impr",
"inan",
"indc",
2024-04-10 20:54:12 +03:00
"INFN",
2024-04-11 23:25:09 +03:00
"intg",
2024-04-10 20:54:12 +03:00
"INTJ",
2024-04-11 23:25:09 +03:00
"loct",
"moprho",
2024-04-10 20:54:12 +03:00
"multiword",
2024-04-11 23:25:09 +03:00
"nomn",
2024-04-10 20:54:12 +03:00
"NPRO",
"NUMR",
"Opencorpora",
2024-04-11 23:25:09 +03:00
"Pltm",
2024-04-10 20:54:12 +03:00
"PNCT",
"PRCL",
2024-04-11 23:25:09 +03:00
"Prnt",
2024-04-10 20:54:12 +03:00
"PRTF",
"PRTS",
2024-04-11 23:25:09 +03:00
"pssv",
2024-04-10 20:54:12 +03:00
"pymorphy",
"razdel",
"rumodel",
2024-04-11 23:25:09 +03:00
"ruparser",
"Sgtm",
2024-04-10 20:54:12 +03:00
"tagset",
2024-04-11 23:25:09 +03:00
"termform",
"unknwn",
"круть",
"фторметил"
2024-04-10 20:54:12 +03:00
],
2024-04-11 23:25:09 +03:00
"cSpell.language": "en,ru"
2024-04-10 20:54:12 +03:00
}