File size: 392 Bytes
c100c37 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"python.linting.pylintEnabled": true,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"tests"
],
"python.formatting.provider": "black",
"conventionalCommits.scopes": [
"core"
]
}
|