cmake-pre-commit-hooks
cmake-pre-commit-hooks copied to clipboard
List of hooks for pre-commit to use with projects built using CMake. The hooks will automatically make a configure step using CMake in order to generate the compilation database if required.
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.4.4)
Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.3.1 to 1.4.0. Changelog Sourced from thomaseizinger/create-pull-request's changelog. [1.4.0] - 2024-05-06 Changed Execute action using node20 instead of node16 which is now deprecated. Commits 955adb4 docs: prepare...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.15.4 Bundles CodeQL CLI v2.15.4 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.4: codeql/cpp-queries...
Condition below always evaluates to `True` because if no CMake command is found, the return value is `[None]` and not `None`. https://github.com/Takishima/cmake-pre-commit-hooks/blob/55ef73ef283053b50846c7f19ad80ef927017329/cmake_pc_hooks/_cmake.py#L70
Seems like upstream CMake has plans to make our life easier: https://discourse.cmake.org/t/how-to-control-the-location-of-the-c-20-binary-module-interface-bmi-output-directory/7968/18?u=lecris Basically there will be a custom target to build all build-time dependency files. This is related to supporting...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - https://github.com/PyCQA/doc8/: v1.1.1 → v1.1.2 - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](https://github.com/asottile/blacken-docs/compare/1.16.0...1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 →...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....
updates: - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.14.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.9...v0.14.5)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @stefanzweifel Restore Detached State Detection (#393) @stefanzweifel Add Support for Tag...