diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36cbd80..99b3e8d 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.14.9 + rev: v0.14.14 hooks: # Run the linter. - id: ruff @@ -41,7 +41,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.7 # Use the sha / tag you want to point at + rev: v21.1.8 # Use the sha / tag you want to point at hooks: - id: clang-format args: ["-style=Google"]