nielsgl's picture
update project
c100c37
raw
history blame contribute delete
392 Bytes
{
"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"
]
}