Skip to content

Commit

Permalink
chore: load and eval data from salesforce
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed May 20, 2024
1 parent d1862f7 commit 397912f
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 278 deletions.
73 changes: 36 additions & 37 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
{
"cSpell.words": [
"AGOL",
"agrc",
"arcgis",
"dataframe",
"googleapis",
"palletjack",
"SENDGRID",
"SGID",
"skidname",
"ugrc",
"wkid",
"wmrc"
],
"editor.formatOnSave": true,
"editor.rulers": [
120
],
"coverage-gutters.showGutterCoverage": false,
"coverage-gutters.showLineCoverage": true,
"coverage-gutters.showRulerCoverage": false,
"coverage-gutters.highlightdark": "rgb(61, 153, 112, .05)",
"coverage-gutters.noHighlightDark": "rgb(255, 65, 54, .05)",
"coverage-gutters.partialHighlightDark": "rgb(255, 133, 27, .05)",
"python.languageServer": "Pylance",
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"--no-cov"
],
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
}
"cSpell.words": [
"AGOL",
"agrc",
"arcgis",
"Compostable",
"dataframe",
"googleapis",
"landfilled",
"palletjack",
"SENDGRID",
"SGID",
"skidname",
"SOQL",
"ugrc",
"wkid",
"wmrc"
],
"editor.formatOnSave": true,
"editor.rulers": [120],
"coverage-gutters.showGutterCoverage": false,
"coverage-gutters.showLineCoverage": true,
"coverage-gutters.showRulerCoverage": false,
"coverage-gutters.highlightdark": "rgb(61, 153, 112, .05)",
"coverage-gutters.noHighlightDark": "rgb(255, 65, 54, .05)",
"coverage-gutters.partialHighlightDark": "rgb(255, 133, 27, .05)",
"python.languageServer": "Pylance",
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": ["--no-cov"],
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
}
Loading

0 comments on commit 397912f

Please sign in to comment.