Skip to content

Commit

Permalink
Modified pre-commit rev for pocc from 1.x to 'master'
Browse files Browse the repository at this point in the history
Will this fix the clang-format version issue?
  • Loading branch information
jgallagher59701 committed Jul 15, 2024
1 parent 55600d9 commit c939d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AlignConsecutiveDeclarations:
AlignConsecutiveMacros:
# Enabled: false
# AcrossEmptyLines: false
AcrossComments: false
#AcrossComments: false
AlignCompound: false
AlignFunctionPointers: false
PadOperators: false
Expand Down
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ repos:
# - id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: check-xml
# - id: check-xml
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.5
rev: master
# rev was v1.3.5. jhrg 7/14/24
hooks:
- id: clang-format
args: [-i, "*.cc", "*.h", "d4_ce/*.cc", "d4_ce/*.h", "d4_function/*.cc", "d4_function/*.h"]
Expand Down

0 comments on commit c939d46

Please sign in to comment.