home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1031450970

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/6244#issuecomment-1031450970 https://api.github.com/repos/pydata/xarray/issues/6244 1031450970 IC_kwDOAMm_X849erFa 10194086 2022-02-07T13:08:51Z 2022-02-07T13:15:21Z MEMBER

You could go the other way round and run

bash find . -name "*.py" -exec pyupgrade --py39-plus {} \;

(or even --py310-plus ) and then manually add from __future__ import annotations to files that were updated. Should also update

https://github.com/pydata/xarray/blob/d47cf0c850cb70429373782b3c1e0329d14fd05a/.pre-commit-config.yaml#L26

to --py38-plus.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1125040125
Powered by Datasette · Queries took 0.576ms · About: xarray-datasette