Skip to content

Commit

Permalink
vscode: enabe code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Feb 6, 2022
1 parent 1325d20 commit 55326fb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .vscode/settings.json
Expand Up @@ -67,9 +67,6 @@
"editor.insertSpaces": true,
"files.insertFinalNewline": true,
},
// Using virtualenvwrapper for create env_petl environment
"python.pythonPath": "~/.virtualenvs/env_petl/bin/python",
"restructuredtext.confPath": "${workspaceFolder}/docs",
"python.formatting.provider": "black",
"python.autoComplete.extraPaths": [
"${workspaceFolder}/petl/",
Expand Down Expand Up @@ -124,5 +121,13 @@
// "silent",
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"python.analysis.extraPaths": [
"${workspaceFolder}/petl/",
"${workspaceFolder}/petl/io/",
"${workspaceFolder}/petl/transform/",
"${workspaceFolder}/petl/util/",
"${workspaceFolder}/petl/test/",
"${workspaceFolder}/petl/test/io"
]
}

0 comments on commit 55326fb

Please sign in to comment.