diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d700d3..23699fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: # Handling unwanted unicode characters - repo: https://github.com/sirosen/texthooks - rev: "0.5.0" + rev: "0.6.3" hooks: - id: fix-ligatures - id: fix-smartquotes @@ -45,7 +45,7 @@ repos: # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v16.0.6" + rev: "v17.0.6" hooks: - id: clang-format types_or: [c++, c, cuda] @@ -61,7 +61,7 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.3" + rev: "v4.0.0-alpha.4" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]