File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed
Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+
1342.16.0 - 2021-11-30
235===================
336
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.16 .0
3+ version = 2.17 .0
44description = A framework for managing and maintaining multi-language pre-commit hooks.
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments