File tree 4 files changed +34
-3
lines changed
4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.0.1
3
+ rev : v4.1.0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- 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
+
1
32
4.0.1 - 2021-05-16
2
33
==================
3
34
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this to your `.pre-commit-config.yaml`
16
16
17
17
``` yaml
18
18
- 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
20
20
hooks :
21
21
- id : trailing-whitespace
22
22
# - id: ...
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pre_commit_hooks
3
- version = 4.0.1
3
+ version = 4.1.0
4
4
description = Some out-of-the-box hooks for pre-commit.
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments