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
Git hook to prevent unformatted code from being committed (#3502)
* Git hook to prevent unformatted code from being committed
* Hook must be activated by running `git config core.hooksPath
scripts/githooks` from repo root (this is now automatically done in
the `setup_software` script)
* [pre-commit.ci lite] apply automatic fixes
* Re-add requirements_lock.txt
* Use pre-push hook instead of pre-commit hook
* Add explanatory comments in bash scripts
* Add mac support for pre-commit hook
---------
Co-authored-by: Apeiros-46B <Apeiros-46B@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
0 commit comments