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
Features
* add warnings for regexes containing [\\/].
* upgrade supported ruby versions.
* allow language: conda to use mamba or micromamba via
PRE_COMMIT_USE_MAMBA=1 or PRE_COMMIT_USE_MICROMAMBA=1 respectively.
* display git --version in error report.
* add language: lua as a supported language.
Fixes
* temporarily add setuptools to the zipapp.
* use go install instead of go get for go 1.18+ support.
* fix language: r with a local renv and RENV_PROJECT set.
* forbid overriding entry in language: meta hooks which breaks them.
* always use #!/bin/sh on windows for hook script.
0 commit comments