diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d50250cb6..7911aaa42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.3 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -34,7 +34,7 @@ repos: hooks: - id: cmakelint - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort (python)