We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5dcec commit ee32cb2Copy full SHA for ee32cb2
.pre-commit-config.yaml
@@ -30,14 +30,14 @@ repos:
30
hooks:
31
- id: check-yaml
32
# Common errors
33
- - id: end-of-file-fixer
+ #- id: end-of-file-fixer # ruins .gitignore Icon\r
34
- id: trailing-whitespace
35
args: [--markdown-linebreak-ext=md]
36
# Git style
37
- id: check-added-large-files
38
- id: check-merge-conflict
39
- id: check-vcs-permalinks
40
- - id: forbid-new-submodules
+ #- id: forbid-new-submodules
41
# Cross platform
42
- id: check-case-conflict
43
- id: mixed-line-ending
0 commit comments