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: v18.1.8 → v19.1.4](pre-commit/mirrors-clang-format@v18.1.8...v19.1.4)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.8.2](astral-sh/ruff-pre-commit@v0.6.3...v0.8.2)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent c1c6bd6 commit 71d65b5
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 @@ -10,19 +10,19 @@ ci:

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.4
hooks:
- id: clang-format
types_or: [c++]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.8.2
hooks:
- id: ruff
# ignore import-star and import-star-usage
args: [--fix, --ignore, F403, --ignore, F405, --ignore, E402]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down

0 comments on commit 71d65b5

Please sign in to comment.