mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +03:00
14 lines
413 B
JSON
14 lines
413 B
JSON
{
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
"flake8.args": ["--max-line-length=1024", "--ignore=E402,E203,E722"],
|
|
"workbench.colorCustomizations": {
|
|
"tab.activeBackground": "#65952acc"
|
|
},
|
|
"black-formatter.args": ["--line-length", "550"],
|
|
"python.testing.pytestArgs": ["test"],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
}
|