Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
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/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
- [github.com/pre-commit/mirrors-clang-format: v18.1.6 → v19.1.6](pre-commit/mirrors-clang-format@v18.1.6...v19.1.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent c9ea6be commit b682881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-added-large-files
Expand All @@ -24,15 +24,15 @@ repos:
files: .*.(c|cc|cxx|cpp|cu|cuh|h|hpp|py)$

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
name: Format python code
args: [--line-length=100, --preview, --enable-unstable-feature=string_processing]
types: [python]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.6
rev: v19.1.6
hooks:
- id: clang-format
entry: clang-format -i
Expand Down

0 comments on commit b682881

Please sign in to comment.