{ "tests": [ { "name": "Flake", "setup": "sudo -H pip3 install poetry ; poetry install", "run": "poetry run flake8 .", "input": "", "output": "", "comparison": "included", "timeout": 5, "points": 1 } ] }