-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ruff-check is not provider aware #259
Comments
Want to provide additional context. @ahammond and I work together and so, I checked out his branch to test changes. It seems to expect poetry even when we want to use
It seems like the provider expected is defaulting to |
Hey guys, thanks for raising this issue, I'm gonna fix it today! |
@ahammond and @avadhanij I've checked the issue, and apparently, that only happens if you delete the root did you guys figure out a way to ignore all the node projects (ref: #258 (comment)) so you can keep the root |
Trying with the root
And it's generating a uv.lock file. Tried linting and... huzzah! It worked!!! |
Current Behavior
nx-plugins/packages/nx-python/src/executors/ruff-check/executor.ts
Line 23 in 98ee074
Currently does not reference provider, so is not aware of
uv
Expected Behavior
ruff-check should be running
Steps to Reproduce
Nx Report
Failure Logs
Additional Information
No response
The text was updated successfully, but these errors were encountered: