home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 340730961

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
340730961 MDU6SXNzdWUzNDA3MzA5NjE= 340 Embrace black 9599 closed 0     1 2018-07-12T17:32:29Z 2019-06-24T06:50:27Z 2019-06-24T06:50:26Z OWNER  

Run black against everything. Then set up CI to fail if code doesn't conform to black's style.

Here's how Starlette does this:

  • https://github.com/encode/starlette/blob/e3d090b3597167f7b3a4f76e4bb3c0d3e94be61a/.travis.yml#L14
  • https://github.com/encode/starlette/blob/e3d090b3597167f7b3a4f76e4bb3c0d3e94be61a/scripts/lint - essentially runs black starlette tests --check

And here's an example of a test run that failed: https://travis-ci.org/encode/starlette/jobs/403172478

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/340/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 1 row from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 1.389ms · About: github-to-sqlite