File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ repos:
3030 hooks :
3131 - id : check-yaml
3232 # Common errors
33- - id : end-of-file-fixer
33+ # - id: end-of-file-fixer # ruins .gitignore Icon\r
3434 - id : trailing-whitespace
3535 args : [--markdown-linebreak-ext=md]
3636 # Git style
3737 - id : check-added-large-files
3838 - id : check-merge-conflict
3939 - id : check-vcs-permalinks
40- - id : forbid-new-submodules
40+ # - id: forbid-new-submodules
4141 # Cross platform
4242 - id : check-case-conflict
4343 - id : mixed-line-ending
@@ -46,10 +46,11 @@ repos:
4646 - id : detect-aws-credentials
4747 args : ['--allow-missing-credentials']
4848
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
5354
5455 # Git secrets Leaks
5556 - repo : https://github.com/awslabs/git-secrets.git
You can’t perform that action at this time.
0 commit comments