Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyldonahue committed Sep 4, 2024
1 parent 11e0e5d commit 23edff2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
repos : -repo : local hooks : -id : clang_restage name : Restage formatted files entry
: clang_restage language : system pass_filenames : false always_run : true stages
: [pre - commit] files : \.(c | cpp | h) $
repos:
- repo: local
hooks:
- id: clang_restage
name: Restage formatted files
entry: clang_restage
language: system
pass_filenames: false
always_run: true
stages: [pre-commit]

0 comments on commit 23edff2

Please sign in to comment.