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/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.6](astral-sh/ruff-pre-commit@v0.8.3...v0.9.6)
- [github.com/pre-commit/mirrors-clang-format: v19.1.5 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.5...v19.1.7)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent 12005ed commit 6bb905b
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
Expand Up @@ -29,19 +29,19 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: "24.10.0"
rev: "25.1.0"
hooks:
- id: black
additional_dependencies: [tomli]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.9.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.5
rev: v19.1.7
hooks:
- id: clang-format
types_or: [c, c++]
Expand All @@ -52,7 +52,7 @@ repos:
- id: cmake-format

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: [-w]
Expand Down

0 comments on commit 6bb905b

Please sign in to comment.