File tree 4 files changed +11
-3
lines changed
4 files changed +11
-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.0
3
+ rev : v4.0.1
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.0.1 - 2021-05-16
2
+ ==================
3
+
4
+ ### Fixes
5
+ - ` check-shebang-scripts-are-executable ` fix entry point.
6
+ - #602 issue by @Person-93 .
7
+ - #603 PR by @scop .
8
+
1
9
4.0.0 - 2021-05-14
2
10
==================
3
11
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.0 # Use the ref you want to point at
19
+ rev : v4.0.1 # 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.0
3
+ version = 4.0.1
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