Skip to content

Commit

Permalink
Add pyrightconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Dec 21, 2024
1 parent b958141 commit c3be7d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"python.analysis.extraPaths": [
"gclib",
],
"qtForPython.uic.options": [
"-o", "${resourceDirname}${pathSeparator}uic${pathSeparator}ui_${resourceBasenameNoExtension}.py",
],
Expand All @@ -12,16 +9,14 @@
"search.exclude": {
"PyJ3DUltra": true,
},
"python.analysis.exclude": [
"PyJ3DUltra",
"build",
"wip",
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"test",
"--cov",
"--cov-report=html",
],
"files.associations": {
"*.spec": "python",
},
}
11 changes: 11 additions & 0 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"typeCheckingMode": "off",
"extraPaths": [
"gclib"
],
"exclude": [
"PyJ3DUltra",
"build",
"wip",
],
}

0 comments on commit c3be7d7

Please sign in to comment.