Skip to content

Commit

Permalink
pre-commit/mirrors-clang-format: update to v16.0.2
Browse files Browse the repository at this point in the history
- this commit fixes issue #1469, where a pre-commit error was encountered on macOS using Apple Silicon, as libzstd was not found
  • Loading branch information
lenvm authored and dragonmux committed Apr 26, 2023
1 parent 5a925ee commit d180b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: '^upgrade/|^scripts/' # don't run hooks on scripts/ and upgrade/

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.4
rev: v16.0.2
hooks:
- id: clang-format
args: [-Werror] # change formatting warnings to errors, hook includes -i (Inplace edit) by default
Expand Down

0 comments on commit d180b41

Please sign in to comment.