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
As we're switching more libraries to use pre-commit, it would be handy to have an option install pre-commit on editable installs. This should be a config option like:
As we're switching more libraries to use
pre-commit
, it would be handy to have an option install pre-commit on editable installs. This should be a config option like:That runs the following after the
setuptools
build_editable
hook:We'd need to add a dependency on
pre_commit
, which is already onconda-forge
.This depends on #103
The text was updated successfully, but these errors were encountered: