diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a13b5c..906797c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: # Python linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.16 hooks: - id: ruff - id: ruff-format @@ -44,7 +44,7 @@ repos: # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi-pre-commit - rev: 0.27.5 + rev: 0.27.7 hooks: - id: gersemi name: CMake linting