{"html_url": "https://github.com/simonw/sqlite-utils/issues/446#issuecomment-1162234441", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/446", "id": 1162234441, "node_id": "IC_kwDOCGYnMM5FRkpJ", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-06-21T19:28:35Z", "updated_at": "2022-06-21T19:28:35Z", "author_association": "OWNER", "body": "`just -l` now does this:\r\n\r\n```\r\n% just -l\r\nAvailable recipes:\r\n black # Apply Black\r\n cog # Rebuild docs with cog\r\n default # Run tests and linters\r\n lint # Run linters: black, flake8, mypy, cog\r\n test *options # Run pytest with supplied options\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1277328147, "label": "Use Just to automate running tests and linters locally"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/446#issuecomment-1160798645", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/446", "id": 1160798645, "node_id": "IC_kwDOCGYnMM5FMGG1", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-06-20T19:55:34Z", "updated_at": "2022-06-20T19:55:34Z", "author_association": "OWNER", "body": "`just` now defaults to running the tests and linters.\r\n\r\n`just test` runs the tests - it can take arguments, e.g. `just test -k transform`\r\n\r\n`just lint` runs all of the linters.\r\n\r\n`just black` applies Black.\r\n\r\nIn all case it assumes you are using `pipenv`, at least for the moment.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1277328147, "label": "Use Just to automate running tests and linters locally"}, "performed_via_github_app": null}