bmlsa/.vscode/settings.json

11 lines
245 B
JSON
Raw 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,
"python.analysis.inlayHints.pytestParameters": true
2023-04-20 14:48:19 +00:00
}