-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyrightconfig.json
More file actions
17 lines (17 loc) · 1.45 KB
/
pyrightconfig.json
File metadata and controls
17 lines (17 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"exclude": [
"**/EXTERNAL", "**/__pycache__", "**/.vincent", "**/.venv_new", "**/data", "**/.venv", "**/.venv_alt", "**/.venv_green", "**/.classpath", "**/.factorypath", "**/.ipynb_checkpoints", "**/CVS", "**/.venv_*", "**/.svn", "**/.venv_UV", "**/dist", "**/.virtual_documents", "**/.mypy_cache", "**/.idea", "**/*.asv", "**/.git", "**/.spyproject", "**/docs", "**/.venv_black", "**/.project", "**/.venv_teal", "**/.venv_white", "**/scratchpads", "**/node_modules", "**/.dvc", "**/._cell_execution_logs", "**/build", "**/LibrariesExamples", "**/.settings", "**/.venv_raw", "**/.vscode", "**/templating", "**/.hg", "**/.venv_yellow", "**/site-packages/**", "**/output",
"**/SCRATCH"
],
"ignore": [
"**/.vincent", "**/.data", "**/data", "**/.venv_new", "**/docs_sphinx", "**/.venv", "**/.venv_alt", "**/.ruff_cache, **/.mypy_cache", "**/.venv_green", "templating", "scripts", "**/.venv_*", "**/.venv_UV", "**/.mypy_cache", "**/.idea", "**/docs", "**/.venv_black", "**/EXTERNAL", "**/pyphoplacecellanalysis/External", "**/.venv_teal", "**/.venv_white", "**/scratchpads", "**/.conda", "**/._cell_execution_logs", "**/uv/python*", "LibrariesExamples", "**/.venv_raw", "**/site", "src/oldstuff", "**/.venv_yellow", "**/output",
"**/SCRATCH", "**/._cell_execution_logs", "**/docs"
],
"defineConstant": {
"DEBUG": true
},
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"reportOptionalMemberAccess": "none",
"pythonVersion": "3.9"
}