bmlsa/.vscode/settings.json

12 lines
292 B
JSON
Raw Permalink Normal View History

2023-04-20 14:48:19 +00:00
{
"python.formatting.provider": "black",
"cSpell.words": [
"Biopython",
"BLOSUM",
"bmlsa",
"FASTA"
],
"python.testing.pytestEnabled": true,
2023-04-28 17:44:59 +00:00
"python.analysis.inlayHints.pytestParameters": true,
"autoDocstring.docstringFormat": "sphinx"
2023-04-20 14:48:19 +00:00
}