Skip to content
Snippets Groups Projects

Make pre-commit use clang-format from cvmfs

Merged Marco Clemencic requested to merge clang-format-from-cvmfs into master
  1. Jun 03, 2024
    • Marco Clemencic's avatar
      Make pre-commit use clang-format from cvmfs · d3a7a7ae
      Marco Clemencic authored
      With the upgrade to Python 3.12 of LbEnv, the pre-commit hook for clang-format 8
      does not work anymore.
      
      The proper fix would be to upgrade the version of clang-format, but that requires
      a global reformatting for which we are not ready, so, for the time being, we use
      the same clang-format binary lb-format was using.
      d3a7a7ae
Loading