Skip to content

Commit

Permalink
Format settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSucksAtProgramming committed Sep 18, 2022
1 parent f78881b commit 78bcff5
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,22 @@
},
{
"icon": "src",
"extensions": ["src", "source", "narcotics_tracker"],
"extensions": [
"src",
"source",
"narcotics_tracker"
],
"forma;t": "svg",
"overrides": "src"
}
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": "/Users/scottkostolni/Programming Projects/narcotics_tracker/venv/bin/pytest",
"python.testing.pytestArgs": ["tests", "-vvs"],
"python.testing.pytestArgs": [
"tests",
"-vvs"
],
"python.testing.autoTestDiscoverOnSaveEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
Expand All @@ -128,12 +135,17 @@
"Unobtanium"
],
"python.testing.cwd": "/Users/scottkostolni/Programming Projects/narcotics_tracker/",

"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"isort.args": ["--profile", "black"]
}
"isort.args": [
"--profile",
"black"
],
"githubPullRequests.ignoredPullRequestBranches": [
"master"
]
}

0 comments on commit 78bcff5

Please sign in to comment.