File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.0.1
3+ rev : v4.1.0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
Original file line number Diff line number Diff line change 1+ 4.1.0 - 2021-12-22
2+ ==================
3+
4+ ### Features
5+ - ` debug-statements ` : add ` pdbr ` debugger.
6+ - #614 PR by @cansarigol .
7+ - ` detect-private-key ` : add detection for additional key types.
8+ - #658 PR by @ljmf00 .
9+ - ` check-executables-have-shebangs ` : improve messaging on windows.
10+ - #689 PR by @pujitm .
11+ - #686 issue by @jmerdich .
12+ - ` check-added-large-files ` : support ` --enforce-all ` with ` git-lfs ` .
13+ - #674 PR by @amartani .
14+ - #560 issue by @jeremy-coulon .
15+
16+ ### Fixes
17+ - ` check-case-conflict ` : improve performance.
18+ - #626 PR by @guykisel .
19+ - #625 issue by @guykisel .
20+ - ` forbid-new-submodules ` : fix false-negatives for ` pre-push ` .
21+ - #619 PR by @m-khvoinitsky .
22+ - #609 issue by @m-khvoinitsky .
23+ - ` check-merge-conflict ` : fix execution in git worktrees.
24+ - #662 PR by @errsyn .
25+ - #638 issue by @daschuer .
26+
27+ ### Misc.
28+ - Normalize case of hook names and descriptions.
29+ - #671 PR by @dennisroche .
30+ - #673 PR by @revolter .
31+
1324.0.1 - 2021-05-16
233==================
334
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this to your `.pre-commit-config.yaml`
1616
1717``` yaml
1818- repo : https://github.com/pre-commit/pre-commit-hooks
19- rev : v4.0.1 # Use the ref you want to point at
19+ rev : v4.1.0 # Use the ref you want to point at
2020 hooks :
2121 - id : trailing-whitespace
2222 # - id: ...
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit_hooks
3- version = 4.0.1
3+ version = 4.1.0
44description = Some out-of-the-box hooks for pre-commit.
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments