Skip to content

Commit

Permalink
Merge pull request #14 from loco-3d/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
MaximilienNaveau authored Jan 28, 2025
2 parents 376b88c + 80001ce commit e7a1db1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ci:
autoupdate_branch: 'devel'
autoupdate_branch: 'humble-devel'
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.1
rev: v19.1.7
hooks:
- id: clang-format
args: [--style=Google]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -25,6 +25,6 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.10.0
hooks:
- id: black

0 comments on commit e7a1db1

Please sign in to comment.