nsidc / earthaccess

Python Library for NASA Earthdata APIs
https://earthaccess.readthedocs.io/
MIT License
394 stars 79 forks source link

Lint and format Jupyter Notebooks #788

Open mfisher87 opened 1 month ago

mfisher87 commented 1 month ago

Ruff 0.6.0 is out and lints Jupyter notebooks by default: https://astral.sh/blog/ruff-v0.6.0#jupyter-notebooks-are-now-linted-and-formatted-by-default

To prevent errors on PRs which don't introduce any new lint/formatting issues, we should either lint & format the notebooks or disable for Jupyter notebooks following the info in the link above.

mfisher87 commented 3 weeks ago

793 disables linting. Updating this issue to actually lint the notebooks.