voice-changer/server/.vscode/settings.json

14 lines
413 B
JSON
Raw Normal View History

2023-04-27 17:38:25 +03:00
{
2023-11-03 21:29:54 +03:00
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"flake8.args": ["--max-line-length=1024", "--ignore=E402,E203,E722"],
2023-04-27 17:38:25 +03:00
"workbench.colorCustomizations": {
"tab.activeBackground": "#65952acc"
},
2023-11-03 21:29:54 +03:00
"black-formatter.args": ["--line-length", "550"],
"python.testing.pytestArgs": ["test"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
2023-04-27 17:38:25 +03:00
}