You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed ruff with rez-pip2 and the tools=['ruff'] line was not in the resulting package.py file. This was repeatable. That meant that the command rez env ruff -- ruff did nothing.
Using rez-pip to install it did work - the line was there and the package could be used.