Skip to content

Commit

Permalink
Auto pre-commit update (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Oct 15, 2024
1 parent ade65b0 commit 391e9f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: '.*\.(m)'
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-case-conflict
Expand All @@ -19,7 +19,7 @@ repos:
- id: cppcheck
args: ['--suppressions-list=cppcheckSuppressions.txt', '--inline-suppr']
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/cmake-lint/cmake-lint
Expand All @@ -33,7 +33,7 @@ repos:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: v1.24.5
rev: v1.26.0
hooks:
- id: typos
pass_filenames: false

0 comments on commit 391e9f2

Please sign in to comment.