forensic-trails/.vscode/settings.json
2025-10-08 13:27:51 +02:00

15 lines
339 B
JSON

{
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"tests"
],
"editor.formatOnSave": true,
"editor.rulers": [
100
],
"files.exclude": {
"**/__pycache__": true,
"**/*.pyc": true
}
}