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
It fails when trying to initially install pre-commit as that step depends on the requirements.txt file as a constraint, but in a brand new project that file does not exist yet. A few steps later the just py lock command is run which does generate the file.
The text was updated successfully, but these errors were encountered:
It fails when trying to initially install
pre-commit
as that step depends on therequirements.txt
file as a constraint, but in a brand new project that file does not exist yet. A few steps later thejust py lock
command is run which does generate the file.The text was updated successfully, but these errors were encountered: