Skip to content

Instantly share code, notes, and snippets.

@jtuz
Last active March 6, 2024 04:24
Show Gist options
  • Save jtuz/37f8f1ac3d0dcb84029fa7d5106d3e41 to your computer and use it in GitHub Desktop.
Save jtuz/37f8f1ac3d0dcb84029fa7d5106d3e41 to your computer and use it in GitHub Desktop.
{
"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