File tree 4 files changed +26
-3
lines changed
4 files changed +26
-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.1 .0
3
+ rev : v4.2 .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.2.0 - 2022-04-06
2
+ ==================
3
+
4
+ ### Features
5
+ - ` name-tests-test ` : updated display text.
6
+ - #713 PR by @asottile .
7
+ - ` check-docstring-first ` : make output more parsable.
8
+ - #748 PR by @asottile .
9
+ - ` check-merge-conflict ` : make output more parsable.
10
+ - #748 PR by @asottile .
11
+ - ` debug-statements ` : make output more parsable.
12
+ - #748 PR by @asottile .
13
+
14
+ ### Fixes
15
+ - ` check-merge-conflict ` : fix detection of ` ====== ` conflict marker on windows.
16
+ - #748 PR by @asottile .
17
+
18
+ ### Updating
19
+ - Drop python<3.7.
20
+ - #719 PR by @asottile .
21
+ - Changed default branch from ` master ` to ` main ` .
22
+ - #744 PR by @asottile .
23
+
1
24
4.1.0 - 2021-12-22
2
25
==================
3
26
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.1 .0 # Use the ref you want to point at
19
+ rev : v4.2 .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.1 .0
3
+ version = 4.2 .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