matchy/.vscode/settings.json

10 lines
203 B
JSON
Raw Normal View History

2024-08-10 09:45:22 +01:00
{
"flake8.args": [
"--max-line-length=120"
],
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}