icesat2py / icepyx

Python tools for obtaining and working with ICESat-2 data
https://icepyx.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
201 stars 100 forks source link

fix black linter failures with action update #501

Closed JessicaS11 closed 5 months ago

JessicaS11 commented 5 months ago

Checks that passed yesterday are failing today even without changes to the files causing the failures. Specifically, running black locally results in no reformatting, but then the linting action fails. Likely related to https://github.com/psf/black/issues/4173 and the update of the action to v24.1.0. This PR manually fixes the newline issues causing the linting check failures.

github-actions[bot] commented 5 months ago

Binder :point_left: Launch a binder notebook on this branch for commit eead686bc017c49b2e072e1c92f63628ff8bf438

I will automatically update this comment whenever this PR is modified

Binder :point_left: Launch a binder notebook on this branch for commit c626163d4bc88e51ad90fdf71e5367cbe3e2a15f

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d89fb4b) 66.09% compared to head (c626163) 66.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #501 +/- ## =============================================== - Coverage 66.09% 66.06% -0.04% =============================================== Files 36 36 Lines 3115 3112 -3 Branches 552 552 =============================================== - Hits 2059 2056 -3 Misses 963 963 Partials 93 93 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.