Last active
March 6, 2024 04:24
-
-
Save jtuz/37f8f1ac3d0dcb84029fa7d5106d3e41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"include": [ //optional | |
"function", | |
"/home/jtuzp/.pyenv/versions/cv-eto" | |
], | |
"exclude": [ | |
"cassetes", | |
"data", | |
"docs", | |
"infraestructure", | |
"locale", | |
"model_mommy", | |
"scripts", | |
"templates", | |
"**/node_modules", | |
"**/__pycache__", | |
".git" | |
], | |
// replace with absolute directory from your pyenv root | |
"venvPath": "$PYENV_ROOT/versions", | |
"venv": "cornershop", | |
"typingsPath": "./typestubs", | |
"reportTypeshedErrors": false, | |
"reportMissingImports": true, | |
"reportMissingTypeStubs": false, | |
"executionEnvironments": [ | |
{ | |
"root": "./", | |
"extraPaths": [ | |
"./3rd-modules" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment