diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce41193..714b133 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,38 +25,38 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: "25.9.0" + rev: "25.12.0" hooks: - id: black-jupyter args: ["--line-length", "99"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.3" + rev: "v0.14.10" hooks: - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/asottile/setup-cfg-fmt - rev: "v2.8.0" + rev: "v3.2.0" hooks: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.18.2" + rev: "v1.19.1" hooks: - id: mypy files: src stages: [manual] - repo: https://github.com/kynan/nbstripout - rev: "0.8.1" + rev: "0.8.2" hooks: - id: nbstripout args: ["--drop-empty-cells", "--extra-keys", "metadata.kernelspec metadata.language_info"] - repo: https://github.com/mgedmin/check-manifest - rev: "0.50" + rev: "0.51" hooks: - id: check-manifest stages: [manual]