File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ repos:
15
15
additional_dependencies :
16
16
- mdformat-toc
17
17
- repo : https://github.com/Lucas-C/pre-commit-hooks
18
- rev : v1.5.1
18
+ rev : v1.5.2
19
19
hooks :
20
20
- id : forbid-crlf
21
21
- id : remove-crlf
22
22
- id : forbid-tabs
23
23
exclude : tests/resources/main.*_with_license.cpp
24
24
- id : remove-tabs
25
25
exclude : tests/resources/main.*_with_license.cpp
26
- - id : chmod
26
+ - id : pre_commit_chmod
27
27
args : ['644']
28
28
exclude : (\.md$|^tests/resources/.*shebang)
29
29
- repo : https://github.com/pre-commit/pre-commit-hooks
Original file line number Diff line number Diff line change 35
35
minimum_pre_commit_version : " 3.2.0"
36
36
- id : chmod
37
37
name : Set file permissions
38
- entry : chmod
38
+ entry : pre_commit_chmod
39
39
language : python
40
40
- id : insert-license
41
41
name : Insert license in comments
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ into separate repos:
43
43
44
44
``` yaml
45
45
- repo : https://github.com/Lucas-C/pre-commit-hooks
46
- rev : v1.5.1
46
+ rev : v1.5.2
47
47
hooks :
48
48
- id : forbid-crlf
49
49
- id : remove-crlf
Original file line number Diff line number Diff line change 5
5
name = "pre-commit-hooks" ,
6
6
description = "Some out-of-the-box hooks for pre-commit" ,
7
7
url = "https://github.com/Lucas-C/pre-commit-hooks" ,
8
- version = "1.5.1 " ,
8
+ version = "1.5.2 " ,
9
9
author = "Lucas Cimon" ,
10
10
11
11
platforms = "linux" ,
25
25
],
26
26
entry_points = {
27
27
"console_scripts" : [
28
- "chmod = pre_commit_hooks.chmod:main" ,
28
+ "pre_commit_chmod = pre_commit_hooks.chmod:main" ,
29
29
"forbid_crlf = pre_commit_hooks.forbid_crlf:main" ,
30
30
"forbid_tabs = pre_commit_hooks.forbid_tabs:main" ,
31
31
"insert_license = pre_commit_hooks.insert_license:main" ,
You can’t perform that action at this time.
0 commit comments