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
All of these tools are specified in the pyproject.toml. I am going to delete all conda environment files.
We should be instructing users how to make a "blank" conda environment, or python virtual environment, for the correct python version and do a "developer install" using flit from their cloned repository.
Closing this issue, leaving the pre-commit hook for possibly a derivative of #23
Pre-commit hooks
Currently, the pre-commit script will print a success message regardless if black/isort fails.
c3dev_environment.yml
Related to #23
Pre-push hooks
Currently, all test sessions are run (see: output) and pushing to origin fails.
nox
to one sessionnox -s test-3.10
in pre-push hookThe text was updated successfully, but these errors were encountered: