Skip to content

Commit

Permalink
reverting precommit change
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffL committed Jul 8, 2024
1 parent f63d8cf commit d6640e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ repos:
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.4
hooks:
- id: clang-format
files: '\.(c|cc|cpp|h|hpp|cxx|hh|cu|cuh)$'
exclude: '^third_party/|/pybind11/'
name: clang-format

0 comments on commit d6640e8

Please sign in to comment.