Skip to content

Commit 66fbdbb

Browse files
committed
chore: enable tests and linting in VSCode
1 parent 8e5c785 commit 66fbdbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"python.formatting.provider": "black",
3+
"python.linting.flake8Enabled": true,
4+
"python.testing.pytestEnabled": true,
5+
}

0 commit comments

Comments
 (0)