Skip to content

Commit

Permalink
tools: update pre-commit rule
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed Dec 5, 2024
1 parent 5a7e340 commit c363535
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ repos:
args: [--style=file]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 # Use the ref you want to point at
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-json
- id: check-case-conflict
- id: check-illegal-windows-names
- id: trailing-whitespace
- id: check-json
- id: check-merge-conflict
- id: check-symlinks
- id: check-xml
- id: check-yaml
- id: destroyed-symlinks
- id: detect-private-key
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace

0 comments on commit c363535

Please sign in to comment.