Skip to content

Commit

Permalink
Update libs into .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Jun 17, 2024
1 parent f7b00dc commit efea5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ^(ThirdParty/)|^(.github/)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ["--maxkb=500"]
Expand All @@ -13,7 +13,7 @@ repos:
- id: trailing-whitespace
args: ["--markdown-linebreak-ext=md"]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v13.0.1'
rev: 'v18.1.6'
hooks:
- id: clang-format
name: clang-format
Expand Down

0 comments on commit efea5f0

Please sign in to comment.