Skip to content

Commit

Permalink
updated example for HRDPS
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Aug 12, 2023
1 parent 3dc4689 commit 38f9443
Show file tree
Hide file tree
Showing 4 changed files with 519 additions and 497 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
"button.foreground": "#f0ead2",
"statusBarItem.remoteBackground": "#0c3576"
},
"python.formatting.provider": "black",
"python.formatting.provider": "none",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
}
Loading

0 comments on commit 38f9443

Please sign in to comment.