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.3](sirosen/texthooks@0.5.0...0.6.3)
- [github.com/pre-commit/mirrors-clang-format: v16.0.6 β†’ v17.0.6](pre-commit/mirrors-clang-format@v16.0.6...v17.0.6)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 β†’ v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.4)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent 22e8fb3 commit 796274a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3"
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.6"
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand All @@ -61,7 +61,7 @@ repos:

# Format configuration files with prettier
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v4.0.0-alpha.4"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 comments on commit 796274a

Please sign in to comment.