Skip to content

Commit

Permalink
chore: add .vscode to git tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansaul committed Jan 31, 2024
1 parent 99122cf commit 5b6a0b1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bin/
downloads/
.DS_Store
nbs/
!.vscode/*

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
40 changes: 40 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"cSpell.words": [
"APKAIAHLS",
"articulos",
"bestaudio",
"bootcamp",
"Codigo",
"codigofacilito",
"Consts",
"cookiefile",
"curso",
"descargar",
"facilitopy",
"ivansaul",
"KHTML",
"levelname",
"mhtml",
"noprogress",
"outtmpl",
"pydantic",
"secho",
"tprint",
"typer"
],
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
},
"editor.formatOnSave": true
},
"isort.args": [
"--profile",
"black"
],
"python.testing.pytestArgs": [
"test"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
}

0 comments on commit 5b6a0b1

Please # to comment.