Spaces:
Running
Running
File size: 416 Bytes
d95cbea 957c035 d95cbea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"editor.formatOnSave": true,
"python.linting.flake8Args":[
"--max-line-length=88"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.autoTestDiscoverOnSaveEnabled": true,
"python.testing.pytestArgs": [
"tests"
],
"black-formatter.importStrategy": "fromEnvironment",
"flake8.importStrategy": "fromEnvironment",
} |