L1B3RT4S/.devcontainer/devcontainer.json
2025-02-12 11:33:59 -08:00

6 lines
No EOL
133 B
JSON

{
"tasks": {
"build": "echo \"No build steps required for this repository.\"",
"test": "pip install pytest && pytest"
}
}