diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 241f24643a78302e31cca3c81130b3e97a8ecd0c..c3162e5088b070a18ffdf86b64d4c4cc48bbbd9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,10 +25,14 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 rev: 5.0.4 hooks: - id: flake8 +- repo: https://github.com/cheshirekow/cmake-format-precommit + rev: v0.6.13 + hooks: + - id: cmake-format