Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#222)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
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: v17.0.2 →
v17.0.3](pre-commit/mirrors-clang-format@v17.0.2...v17.0.3)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 2bb8851 commit 81f1ccd
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: "v17.0.2"
rev: "v17.0.3"
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand Down

0 comments on commit 81f1ccd

Please sign in to comment.