Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-clang-format: v17.0.5 → v18.1.1](pre-commit/mirrors-clang-format@v17.0.5...v18.1.1)
- [github.com/psf/black: 23.11.0 → 24.3.0](psf/black@23.11.0...24.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent 5b5ee81 commit 0dfb461
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
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_branch: 'devel'
repos:
- repo: /~https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.5
rev: v18.1.1
hooks:
- id: clang-format
args: [--style=Google]
Expand All @@ -25,6 +25,6 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: /~https://github.com/psf/black
rev: 23.11.0
rev: 24.3.0
hooks:
- id: black

0 comments on commit 0dfb461

Please sign in to comment.