diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a3a7ae..7f29561 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # there are many log files in tests # TODO: seperate py files and log files @@ -16,7 +16,7 @@ repos: - id: check-toml # Python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.7.0 hooks: - id: ruff args: ["--fix"] @@ -29,7 +29,7 @@ repos: args: ["--write"] # C++ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.8 + rev: v19.1.2 hooks: - id: clang-format # Cython