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/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/sirosen/texthooks: 0.6.6 → 0.6.8](sirosen/texthooks@0.6.6...0.6.8)
- [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.7](pre-commit/mirrors-clang-format@v18.1.8...v19.1.7)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent 5d133ff commit fa0a059
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 @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/sirosen/texthooks
rev: "0.6.6"
rev: "0.6.8"
hooks:
- id: fix-ligatures
- id: fix-smartquotes
Expand All @@ -28,13 +28,13 @@ repos:
additional_dependencies: [pyyaml]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v18.1.8"
rev: "v19.1.7"
hooks:
- id: clang-format
types_or: [c++, c, cuda]

- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
rev: "v2.4.0"
hooks:
- id: codespell
additional_dependencies: [tomli]

0 comments on commit fa0a059

Please sign in to comment.