Skip to content

Commit

Permalink
update VSCode Python analysis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SVAIRobotics committed Jul 19, 2023
1 parent c112452 commit e16ddac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"**/.ropeproject": true,
},

"python.analysis.diagnosticSeverityOverrides": {
"reportMissingImports" : "none",
"reportUndefinedVariable" : "none",
},

"python.linting.pydocstyleEnabled": true,
"python.linting.pydocstyleArgs": [
],
Expand Down

0 comments on commit e16ddac

Please sign in to comment.