Skip to content

Commit

Permalink
⬆️πŸͺ update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 β†’ v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/codespell-project/codespell: v2.2.5 β†’ v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/pre-commit/mirrors-clang-format: v16.0.6 β†’ v17.0.2](pre-commit/mirrors-clang-format@v16.0.6...v17.0.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 16, 2023
1 parent f775b69 commit c94b7d1
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 @@ -14,7 +14,7 @@ ci:
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -38,14 +38,14 @@ repos:

# Check for spelling
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.5"
rev: "v2.2.6"
hooks:
- id: codespell
args: ["-L", "wille,linz", "--skip", "*.ipynb"]

# 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.2"
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand Down

0 comments on commit c94b7d1

Please sign in to comment.