Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
⬆️πŸͺ update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/sirosen/texthooks: 0.5.0 β†’ 0.6.2](sirosen/texthooks@0.5.0...0.6.2)
- [github.com/pre-commit/mirrors-clang-format: v16.0.6 β†’ v17.0.4](pre-commit/mirrors-clang-format@v16.0.6...v17.0.4)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent 22e8fb3 commit 125f502
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 @@ -31,7 +31,7 @@ repos:

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

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

0 comments on commit 125f502

Please sign in to comment.