Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-clang-format: v19.1.2 → v19.1.5](pre-commit/mirrors-clang-format@v19.1.2...v19.1.5)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.8.4](astral-sh/ruff-pre-commit@v0.7.1...v0.8.4)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 1229c5e commit 5105a93
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 @@ -61,13 +61,13 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.2
rev: v19.1.5
hooks:
- id: clang-format
exclude: \.ipynb$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.4
hooks:
- id: ruff
args: [--fix-only, --show-fixes]
Expand Down

0 comments on commit 5105a93

Please sign in to comment.