{ | |
"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" | |
] | |
} | |