diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c2d498..432d6c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.11 + rev: v0.15.22 hooks: # Run the linter. - id: ruff-check @@ -35,13 +35,13 @@ repos: - mdformat-ruff - mdformat-toc - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.3 # Use the sha / tag you want to point at + rev: v22.1.8 # Use the sha / tag you want to point at hooks: - id: clang-format args: ["-style=Google"]