Skip to content

Commit d9a7048

Browse files
committed
pre-commit: Update to 2.17.0
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.
1 parent 7f43d38 commit d9a7048

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

pre-commit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# $NetBSD$
22

3-
DISTNAME= pre_commit-2.16.0
3+
DISTNAME= pre_commit-2.17.0
44
PKGNAME= ${DISTNAME:S/_/-/}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pre_commit/}

pre-commit/PLIST

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ ${PYSITELIB}/pre_commit/languages/golang.pyo
107107
${PYSITELIB}/pre_commit/languages/helpers.py
108108
${PYSITELIB}/pre_commit/languages/helpers.pyc
109109
${PYSITELIB}/pre_commit/languages/helpers.pyo
110+
${PYSITELIB}/pre_commit/languages/lua.py
111+
${PYSITELIB}/pre_commit/languages/lua.pyc
112+
${PYSITELIB}/pre_commit/languages/lua.pyo
110113
${PYSITELIB}/pre_commit/languages/node.py
111114
${PYSITELIB}/pre_commit/languages/node.pyc
112115
${PYSITELIB}/pre_commit/languages/node.pyo
@@ -180,6 +183,7 @@ ${PYSITELIB}/pre_commit/resources/empty_template_go.mod
180183
${PYSITELIB}/pre_commit/resources/empty_template_main.go
181184
${PYSITELIB}/pre_commit/resources/empty_template_main.rs
182185
${PYSITELIB}/pre_commit/resources/empty_template_package.json
186+
${PYSITELIB}/pre_commit/resources/empty_template_pre-commit-package-dev-1.rockspec
183187
${PYSITELIB}/pre_commit/resources/empty_template_pre_commit_placeholder_package.gemspec
184188
${PYSITELIB}/pre_commit/resources/empty_template_pubspec.yaml
185189
${PYSITELIB}/pre_commit/resources/empty_template_renv.lock

pre-commit/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$NetBSD$
22

3-
BLAKE2s (pre_commit-2.16.0.tar.gz) = 64c3248f5be25f38d4a1849c2a8fb91eab5c7a9ca39284277fb8de3a8e7ec3d2
4-
SHA512 (pre_commit-2.16.0.tar.gz) = f09f221589b33a386f9f4a3495915c99e799bbbe5a8c2245163aeb2bd5b959b51b1cc464bf7cbbb2be8b54bf108f55ba20c41397bea4fc596602aff2b463399e
5-
Size (pre_commit-2.16.0.tar.gz) = 167300 bytes
3+
BLAKE2s (pre_commit-2.17.0.tar.gz) = 3c6229040b8fb72eb6e8d6143f3043226cb47376290dc27a6700fc904bb6bd26
4+
SHA512 (pre_commit-2.17.0.tar.gz) = 255801556b7718d1801dc957d3a8c20ab5f428ae2b3f8716397bbf3615ae191315daf952d9a7188466672dea0f05645cf5324c3e7b50f1a4cc5df0a0f3e12fad
5+
Size (pre_commit-2.17.0.tar.gz) = 170517 bytes

0 commit comments

Comments
 (0)