diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67c4fe4..0150276 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: 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 @@ -27,19 +27,19 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: "24.4.2" + rev: "24.10.0" hooks: - id: black additional_dependencies: [tomli] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.7.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.8 + rev: v19.1.3 hooks: - id: clang-format types_or: [c++]