You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): Ensure clang-format version is consistent in pre-commit (#696)
Before this PR, running `pre-commit run --all-files` was not sufficient
to result in passing CI (particularly on MacOS, where the brew installed
clang-format is considerably newer than the CI-installed clang-format).
This PR just makes the version that had been enforced in CI part of the
configuration.
0 commit comments