From b2e7687baf5773cfafcea12d6928991605b14b0d Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 11 Aug 2023 11:28:39 -0700 Subject: [PATCH] Copy pybind11_protobuf/.pre-commit-config.yaml to pybind11_abseil/.pre-commit-config.yaml This is to help with whitespace cleanup in the cmake files currently under development under https://github.com/pybind/pybind11_abseil/pull/7 PiperOrigin-RevId: 556026304 --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11b9d87..f3c1b35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +#################################################################### +# PLEASE KEEP IN SYNC WITH pybind11_abseil/.pre-commit-config.yaml # +#################################################################### +# # To use: # # pre-commit run -a