File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-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.14.1
24+ rev : v2.15.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.15.0 - 2021-09-02
2+ ===================
3+
4+ ### Features
5+ - add support for hooks written in ` dart ` .
6+ - #2027 PR by @asottile .
7+ - add support for ` post-rewrite ` hooks.
8+ - #2036 PR by @uSpike .
9+ - #2035 issue by @uSpike .
10+
11+ ### Fixes
12+ - fix ` check-useless-excludes ` with exclude matching broken symlink.
13+ - #2029 PR by @asottile .
14+ - #2019 issue by @pkoch .
15+ - eliminate duplicate mutable sha warning messages for ` pre-commit autoupdate ` .
16+ - #2030 PR by @asottile .
17+ - #2010 issue by @graingert .
18+
1192.14.1 - 2021-08-28
220===================
321
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.14.1
3+ version = 2.15.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