Skip to content

Commit d3bdf14

Browse files
committed
v2.17.0
1 parent b22b313 commit d3bdf14

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/pre-commit/pre-commit
24-
rev: v2.16.0
24+
rev: v2.17.0
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2.17.0 - 2022-01-18
2+
===================
3+
4+
### Features
5+
- add warnings for regexes containing `[\\/]`.
6+
- #2151 issue by @sanjioh.
7+
- #2154 PR by @kuviokelluja.
8+
- upgrade supported ruby versions.
9+
- #2205 PR by @jalessio.
10+
- allow `language: conda` to use `mamba` or `micromamba` via
11+
`PRE_COMMIT_USE_MAMBA=1` or `PRE_COMMIT_USE_MICROMAMBA=1` respectively.
12+
- #2204 issue by @janjagusch.
13+
- #2207 PR by @xhochy.
14+
- display `git --version` in error report.
15+
- #2210 PR by @asottile.
16+
- add `language: lua` as a supported language.
17+
- #2158 PR by @mblayman.
18+
19+
### Fixes
20+
- temporarily add `setuptools` to the zipapp.
21+
- #2122 issue by @andreoliwa.
22+
- a737d5f commit by @asottile.
23+
- use `go install` instead of `go get` for go 1.18+ support.
24+
- #2161 PR by @schmir.
25+
- fix `language: r` with a local renv and `RENV_PROJECT` set.
26+
- #2170 PR by @lorenzwalthert.
27+
- forbid overriding `entry` in `language: meta` hooks which breaks them.
28+
- #2180 issue by @DanKaplanSES.
29+
- #2181 PR by @asottile.
30+
- always use `#!/bin/sh` on windows for hook script.
31+
- #2182 issue by @hushigome-visco.
32+
- #2187 PR by @asottile.
33+
134
2.16.0 - 2021-11-30
235
===================
336

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 2.16.0
3+
version = 2.17.0
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)