Skip to content

Commit ee32cb2

Browse files
committed
updated .pre-commit-config.yaml
1 parent 1b5dcec commit ee32cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)