diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b3325cb..32fa7918 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files args: ["--maxkb=4000"] - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -60,12 +60,12 @@ repos: additional_dependencies: [cpplint==1.6.1] types_or: [c++] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.1 + rev: v1.18.2 hooks: - id: mypy additional_dependencies: [types-setuptools] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.13.1 hooks: - id: ruff args: ["--config", "python/pyproject.toml"]