Update pre-commit

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
This commit is contained in:
Cristian Le 2023-11-28 15:07:57 +01:00
parent 08d8a52a8a
commit f259f3564a

View File

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/Takishima/cmake-pre-commit-hooks - repo: https://github.com/Takishima/cmake-pre-commit-hooks
rev: v1.8.1 rev: v1.9.4
hooks: hooks:
- id: clang-format - id: clang-format
args: args:
@ -14,19 +14,19 @@ repos:
- '--preset' - '--preset'
- 'pre-commit' - 'pre-commit'
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.5.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-yaml - id: check-yaml
- repo: https://github.com/executablebooks/mdformat - repo: https://github.com/executablebooks/mdformat
rev: 0.7.16 rev: 0.7.17
hooks: hooks:
- id: mdformat - id: mdformat
additional_dependencies: additional_dependencies:
- mdformat-gfm - mdformat-gfm
- mdformat-tables - mdformat-tables
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.0 rev: 0.27.2
hooks: hooks:
- id: check-github-workflows - id: check-github-workflows