voice-changer/server/.vscode/settings.json
2023-11-04 03:29:54 +09:00

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
}