File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ repos:
30
30
hooks :
31
31
- id : check-yaml
32
32
# Common errors
33
- - id : end-of-file-fixer
33
+ # - id: end-of-file-fixer # ruins .gitignore Icon\r
34
34
- id : trailing-whitespace
35
35
args : [--markdown-linebreak-ext=md]
36
36
# Git style
37
37
- id : check-added-large-files
38
38
- id : check-merge-conflict
39
39
- id : check-vcs-permalinks
40
- - id : forbid-new-submodules
40
+ # - id: forbid-new-submodules
41
41
# Cross platform
42
42
- id : check-case-conflict
43
43
- id : mixed-line-ending
@@ -46,10 +46,11 @@ repos:
46
46
- id : detect-aws-credentials
47
47
args : ['--allow-missing-credentials']
48
48
49
- - repo : https://github.com/psf/black
50
- rev : 24.8.0
51
- hooks :
52
- - id : black
49
+ # rewrites python files with useless changes like changing single quotes to double quotes
50
+ # - repo: https://github.com/psf/black
51
+ # rev: 24.8.0
52
+ # hooks:
53
+ # - id: black
53
54
54
55
# Git secrets Leaks
55
56
- repo : https://github.com/awslabs/git-secrets.git
You can’t perform that action at this time.
0 commit comments