Skip to content

Commit

Permalink
v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jan 18, 2022
1 parent b22b313 commit d3bdf14
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/pre-commit/pre-commit
rev: v2.16.0
rev: v2.17.0
hooks:
- id: validate_manifest
- repo: https://github.com/asottile/pyupgrade
Expand Down
33 changes: 33 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,36 @@
2.17.0 - 2022-01-18
===================

### Features
- add warnings for regexes containing `[\\/]`.
- #2151 issue by @sanjioh.
- #2154 PR by @kuviokelluja.
- upgrade supported ruby versions.
- #2205 PR by @jalessio.
- allow `language: conda` to use `mamba` or `micromamba` via
`PRE_COMMIT_USE_MAMBA=1` or `PRE_COMMIT_USE_MICROMAMBA=1` respectively.
- #2204 issue by @janjagusch.
- #2207 PR by @xhochy.
- display `git --version` in error report.
- #2210 PR by @asottile.
- add `language: lua` as a supported language.
- #2158 PR by @mblayman.

### Fixes
- temporarily add `setuptools` to the zipapp.
- #2122 issue by @andreoliwa.
- a737d5f commit by @asottile.
- use `go install` instead of `go get` for go 1.18+ support.
- #2161 PR by @schmir.
- fix `language: r` with a local renv and `RENV_PROJECT` set.
- #2170 PR by @lorenzwalthert.
- forbid overriding `entry` in `language: 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.

2.16.0 - 2021-11-30
===================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 2.16.0
version = 2.17.0
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit d3bdf14

Please sign in to comment.