Skip to content

Commit

Permalink
feat: [44] added settings.json-template for also including ruff (…
Browse files Browse the repository at this point in the history
…linting)
  • Loading branch information
IruNikZe committed Dec 23, 2023
1 parent 14d2748 commit 9c10929
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.defaultInterpreterPath": "Enter interpreter path here for debugging",
"ruff.interpreter": [
"Enter interpreter path here for linting"
]
}

0 comments on commit 9c10929

Please sign in to comment.