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.6](pre-commit/mirrors-clang-format@v19.1.2...v19.1.6)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.1...v0.8.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 1229c5e commit 8f1cc44
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.6
hooks:
- id: clang-format
exclude: \.ipynb$

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

0 comments on commit 8f1cc44

Please sign in to comment.