### Symptoms Lint is failing ### Steps to Reproduce Create a PR ### Expected Outcome The lint step should work for the pull request ### Actual Outcome error: `ruff <path>` has been removed. Use `ruff check <path>` instead. ### Planning to Resolve - [X] I plan to create a pull request to resolve this issue. - [ ] I don't plan to resolve this myself and would like someone else to address it.
Symptoms
Lint is failing
Steps to Reproduce
Create a PR
Expected Outcome
The lint step should work for the pull request
Actual Outcome
error:
ruff <path>has been removed. Useruff check <path>instead.Planning to Resolve