Skip to content

cmake-pre-commit-hooks v1.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:02
· 116 commits to main since this release
b14fc87

Added

  • Support for simultaneous processing of all files using --all-at-once

Updated

  • Improved code handling standard output and error stream in case of multiple files
  • Minor improvements to debugging output

Fixed

  • Do not attempt to copy the compilation database in the source directory if it exists and is a symbolic link
  • Properly handle the --cmake command line option

Repository

  • Cleanup of pre-commit-config.yaml and added:
  • Added some more flake8 plugins to the list used by pre-commit:
    • flake8-breakpoint
    • flake8-comprehensions
    • flake8-docstrings
    • flake8-eradicate
    • flake8-mutable