update precommit hooks

Signed-off-by: Vladimir Mandic <mandic00@live.com>
pull/4039/head
Vladimir Mandic 2025-07-08 16:16:08 -04:00
parent d522982bdb
commit 71a18dcf74
4 changed files with 52 additions and 43 deletions

View File

@ -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)^(