diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66ad9fef2..4980d12e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,14 +8,14 @@ repos: - id: trailing-whitespace files: ^api/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.15.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] files: ^api/ types_or: [python, pyi, jupyter] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 26.3.1 hooks: - id: black files: ^api/