$ ick run --json
{
    "results": {
        "bad_deps": [
            {
                "message": "error: Failed to parse: `-`\n  Caused by: Expected package name starting with an alphanumeric character, found `-`\n-\n^\n",
                "metadata": null,
                "modified": [],
                "project_name": "",
                "status": "error"
            }
        ],
        "fix_header": [
            {
                "message": "",
                "metadata": null,
                "modified": [
                    {
                        "diff_stat": "+1",
                        "file_name": "pyproject.toml"
                    }
                ],
                "project_name": "",
                "status": "needs-work"
            }
        ]
    }
}
(exit status: 2)
