diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a61e0d..b70a4b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: exclude: ^include/(fmt|magic_enum|CLI11|EcoMug)/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -42,7 +42,7 @@ repos: types_or: [c++] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.0 + rev: v19.1.1 hooks: - id: clang-format types_or: [c++]