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
Currently when you run ./make.py to generate the guidelines it modifies uv.lock instead of installing what is listed in the uv.lock, which results in a dirty git repo.
Currently when you run
./make.pyto generate the guidelines it modifiesuv.lockinstead of installing what is listed in theuv.lock, which results in a dirty git repo.This might be related to the shebang in
make.py:Tagging @PLeVasseur