home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 936485545

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
936485545 MDExOlB1bGxSZXF1ZXN0NjgzMTk1NDI5 5573 remove the sync script 14808389 closed 0     1 2021-07-04T15:45:13Z 2021-07-11T11:41:33Z 2021-07-11T11:19:31Z MEMBER   0 pydata/xarray/pulls/5573

follow-up to #5468. We removed the external version file but the sync script is still run in CI, which obviously fails and causes the report to be stripped from the PR comment.

For a future PR / investigation: pre-commit allows installing dependencies from the language's package index (e.g. PyPI for python), but packages installed using that method are not updated until the hook is updated / reinstalled. For blackdoc we were thinking about pinning black at some point so we could work around that by synchronizing the version with the hook version, but this is probably more work than it is worth. I guess this means we have to wait on pre-commit to fix this and in the meantime we'll probably have to tell people to clean their pre-commit caches on updates for black and numpy...

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5573/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 0.636ms · About: xarray-datasette