Features
- add warnings for regexes containing
[\\/]
.- #2151 issue by @sanjioh.
- #2154 PR by @kuviokelluja.
- upgrade supported ruby versions.
- allow
language: conda
to usemamba
ormicromamba
viaPRE_COMMIT_USE_MAMBA=1
orPRE_COMMIT_USE_MICROMAMBA=1
respectively.- #2204 issue by @janjagusch.
- #2207 PR by @xhochy.
- display
git --version
in error report. - add
language: lua
as a supported language.
Fixes
- temporarily add
setuptools
to the zipapp.- #2122 issue by @andreoliwa.
- a737d5f commit by @asottile.
- use
go install
instead ofgo get
for go 1.18+ support. - fix
language: r
with a local renv andRENV_PROJECT
set.- #2170 PR by @lorenzwalthert.
- forbid overriding
entry
inlanguage: meta
hooks which breaks them.- #2180 issue by @DanKaplanSES.
- #2181 PR by @asottile.
- always use
#!/bin/sh
on windows for hook script.- #2182 issue by @hushigome-visco.
- #2187 PR by @asottile.