mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
10 lines
329 B
JSON
10 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
|
|
}
|