Skip to content

Commit

Permalink
add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-B98 committed Jan 7, 2025
1 parent 6c337b7 commit 0d7f27b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
17 changes: 17 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "run pre-commit",
"type": "shell",
"command": "pre-commit run --all-files",
"problemMatcher": []
},
{
"label": "update pre-commit",
"type": "shell",
"command": "pre-commit autoupdate",
"problemMatcher": []
}
]
}

0 comments on commit 0d7f27b

Please sign in to comment.