diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4df61f06..a51d856c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # additional_dependencies: [cpplint==1.6.1] # types_or: [c++] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.10 + rev: v0.12.11 hooks: - id: ruff args: [ "--fix", "--config", "ruff.toml" ]