Skip to content

Commit

Permalink
Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielolobo committed May 29, 2023
1 parent 8f172b7 commit d973ae4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"python.pythonPath": "/home/gabriel/.cache/pypoetry/virtualenvs/crawley-AjMyj8M9-py3.10",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.pytest_cache": true,
"**/__pycache__": true
},
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}

0 comments on commit d973ae4

Please sign in to comment.