bmlsa/.vscode/settings.json
Harrison 7e3f43434e
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit
Added documentation
2023-04-28 12:44:59 -05:00

12 lines
292 B
JSON

{
"python.formatting.provider": "black",
"cSpell.words": [
"Biopython",
"BLOSUM",
"bmlsa",
"FASTA"
],
"python.testing.pytestEnabled": true,
"python.analysis.inlayHints.pytestParameters": true,
"autoDocstring.docstringFormat": "sphinx"
}