mirror of https://github.com/vladmandic/automatic
update precommit hooks
Signed-off-by: Vladimir Mandic <mandic00@live.com>pull/4039/head
parent
d522982bdb
commit
71a18dcf74
|
|
@ -25,15 +25,24 @@ repos:
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: check-symlinks
|
- id: check-symlinks
|
||||||
- id: check-yaml
|
- id: check-illegal-windows-names
|
||||||
|
- id: check-merge-conflict
|
||||||
|
- id: detect-private-key
|
||||||
- id: check-builtin-literals
|
- id: check-builtin-literals
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
- id: check-json
|
|
||||||
- id: check-symlinks
|
- id: check-symlinks
|
||||||
|
- id: check-yaml
|
||||||
|
- id: check-json
|
||||||
- id: check-toml
|
- id: check-toml
|
||||||
- id: check-xml
|
- id: check-xml
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
|
- id: check-executables-have-shebangs
|
||||||
|
exclude: |
|
||||||
|
(?x)^(
|
||||||
|
.*.bat|
|
||||||
|
.*.ps1
|
||||||
|
)$
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
exclude: |
|
exclude: |
|
||||||
(?x)^(
|
(?x)^(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue