Skip to content

Commit

Permalink
Merge pull request #51 from loco-3d/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli authored Oct 8, 2024
2 parents 5bda4eb + 79b5408 commit 2fb01f7
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 @@ -3,12 +3,12 @@ ci:
autoupdate_branch: "master"
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.0
rev: v19.1.1
hooks:
- id: clang-format
args: [-i, --style=file]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-json
Expand All @@ -22,6 +22,6 @@ repos:
hooks:
- id: mdformat
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

0 comments on commit 2fb01f7

Please sign in to comment.