Skip to content

Commit

Permalink
Create setting.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Borg93 authored Apr 8, 2024
1 parent 56e2617 commit 4d1c9b9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/setting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
},
"ruff.lint.args": [
"--config=pyproject.toml"
],
"ruff.organizeImports": true,
"ruff.fixAll": true,
"editor.formatOnSave": true
}

0 comments on commit 4d1c9b9

Please sign in to comment.