mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
11 lines
329 B
JSON
11 lines
329 B
JSON
|
{
|
||
|
"python.formatting.provider": "black",
|
||
|
"python.linting.enabled": true,
|
||
|
"python.linting.flake8Enabled": true,
|
||
|
"python.linting.pylintEnabled": true,
|
||
|
"python.testing.pytestEnabled": true,
|
||
|
"python.testing.pytestArgs": ["-s", "."],
|
||
|
"python.testing.unittestEnabled": false,
|
||
|
"python.testing.nosetestsEnabled": false
|
||
|
}
|