openradar / xradar

A tool to work in weather radar data in xarray
https://docs.openradarscience.org/projects/xradar
MIT License
85 stars 17 forks source link

Deprecated ruff call in CI ? #176

Closed wolfidan closed 6 days ago

wolfidan commented 1 week ago

Description

CI of xradar uses ruff in the following way

 ruff .

But this leads to error

 error: `ruff <path>` has been removed. Use `ruff check <path>` instead.
 Error: Process completed with exit code 1.

What I Did

Submitted a PR

zssherman commented 1 week ago

@wolfidan Thanks for the heads up! I can get a PR in to fix it.

zssherman commented 1 week ago

Max beat me to it, will be fixed in #177 !