diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90446c09..fd2b28bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,12 +12,12 @@ repos: - id: check-ast - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.16.4 hooks: - id: ruff args: [--fix] - - repo: https://github.com/psf/black - rev: 25.12.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black language_version: python3 @@ -29,7 +29,7 @@ repos: additional_dependencies: ["black[jupyter]"] files: \.(rst)$ - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.3 hooks: - id: codespell types_or: [python, markdown, rst] @@ -50,7 +50,7 @@ repos: additional_dependencies: [mdformat-gfm, mdformat-black] exclude: ^.github/ # this avoid the hook to wrongly reformats md issue template files - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.9.1 hooks: - id: nbstripout args: [--keep-output]