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
You are correct. I have it installed by default on my main Python version which is what is used for git. I need to find a way to clean that up and isolate my projects better.
pre-commit should be listed as a dev dependency to be installed during
python setup.py develop
. Right now it must be installed separately.The text was updated successfully, but these errors were encountered: