diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e94efc31..45ca72ea 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: 26.1.0 + rev: 26.3.1 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -54,7 +54,7 @@ repos: - id: mypy additional_dependencies: [types-setuptools] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.7 hooks: - id: ruff args: ["--config", "python/pyproject.toml"]