owid / etl

A compute graph for loading and transforming OWID's data
https://docs.owid.io/projects/etl
MIT License
58 stars 18 forks source link

Upgrade pyright to a newer version #2905

Open larsyencken opened 3 days ago

larsyencken commented 3 days ago

Problem

VSCode uses a newer version of Pyright than what we do in linting. We are frozen on a earlier version because of a huge number of updates we would need to do to fix linting errors.

Impact

We are seeing warnings in the editor that we do not see in CI, which is annoying, and gets people used to ignoring warnings in the editor rather than fixing them.

See earlier attempt

larsyencken commented 3 days ago

We know this is large and annoying to fix. Eventually we will want to, but we can also live with the status quo for a while longer.