matchy/.vscode/settings.json

11 lines
253 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,
2024-08-11 11:36:43 +01:00
"python.testing.pytestEnabled": true,
"autopep8.interpreter": [".venv/bin/python"]
2024-08-10 09:45:22 +01:00
}