Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jan 19, 2025
1 parent 4b3c96d commit b580f0d
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 @@ -32,7 +32,7 @@ repos:

# Handling unwanted unicode characters
- repo: https://github.com/sirosen/texthooks
rev: "0.6.7"
rev: "0.6.8"
hooks:
- id: fix-ligatures
- id: fix-smartquotes
Expand All @@ -46,7 +46,7 @@ repos:

# Clang-format the C++ part of the code base automatically
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v19.1.1"
rev: "v19.1.6"
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand Down

0 comments on commit b580f0d

Please sign in to comment.