Skip to content

Commit

Permalink
update vscode settings for typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Oct 25, 2023
1 parent 4575731 commit 982c7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"titleBar.activeBackground": "#2B2CAB",
"titleBar.activeForeground": "#FCFCFE"
},
"cSpell.words": ["chunksize", "lrclib", "rtype"],
"cSpell.words": ["chunksize", "CODECOV", "isrc", "lrclib", "psutil", "rtype"],
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"autoDocstring.docstringFormat": "sphinx",
"python.linting.flake8Enabled": true,
"python.analysis.typeCheckingMode": "basic"
}

0 comments on commit 982c7ab

Please sign in to comment.