mirror of
https://github.com/IRBorisov/cctext.git
synced 2025-06-26 05:30:36 +03:00
41 lines
818 B
JSON
41 lines
818 B
JSON
![]() |
{
|
||
|
"search.exclude": {
|
||
|
".mypy_cache/": true,
|
||
|
".pytest_cache/": true
|
||
|
},
|
||
|
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test*.py"],
|
||
|
"python.testing.pytestEnabled": false,
|
||
|
"python.testing.unittestEnabled": true,
|
||
|
"eslint.workingDirectories": [
|
||
|
{
|
||
|
"mode": "auto"
|
||
|
}
|
||
|
],
|
||
|
"python.analysis.typeCheckingMode": "off",
|
||
|
"python.analysis.ignore": ["**/tests/**", "**/node_modules/**", "**/venv/**"],
|
||
|
"cSpell.words": [
|
||
|
"ADJF",
|
||
|
"ADJS",
|
||
|
"ADVB",
|
||
|
"Grammemes",
|
||
|
"GRND",
|
||
|
"INFN",
|
||
|
"INTJ",
|
||
|
"multiword",
|
||
|
"NPRO",
|
||
|
"NUMR",
|
||
|
"Opencorpora",
|
||
|
"PNCT",
|
||
|
"PRCL",
|
||
|
"PRTF",
|
||
|
"PRTS",
|
||
|
"pymorphy",
|
||
|
"razdel",
|
||
|
"rumodel",
|
||
|
"tagset",
|
||
|
"unknwn"
|
||
|
],
|
||
|
"cSpell.language": "en,ru",
|
||
|
"cSpell.ignorePaths": ["node_modules/**", "*.json"]
|
||
|
}
|