File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-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.8.2
24+ rev : v2.9.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.9.0 - 2020-11-21
2+ ==================
3+
4+ ### Features
5+ - Add ` types_or ` which allows matching multiple disparate ` types ` in a hook
6+ - #1677 by @MarcoGorelli .
7+ - #607 by @asottile .
8+ - Add Github Sponsors / Open Collective links
9+ - https://github.com/sponsors/asottile
10+ - https://opencollective.com/pre-commit
11+
12+ ### Fixes
13+ - Improve cleanup for ` language: dotnet `
14+ - #1678 by @rkm .
15+ - Fix "xargs" when running windows batch files
16+ - #1686 PR by @asottile .
17+ - #1604 issue by @apietrzak .
18+ - #1604 issue by @ufwtlsb .
19+ - Fix conflict with external ` rbenv ` and ` language_version: default `
20+ - #1700 PR by @asottile .
21+ - #1699 issue by @abuxton .
22+ - Improve performance of ` git status ` / ` git diff ` commands by ignoring
23+ submodules
24+ - #1704 PR by @Vynce .
25+ - #1701 issue by @Vynce .
26+
1272.8.2 - 2020-10-30
228==================
329
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.8.2
3+ version = 2.9.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