diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aafb8b7..f70410c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,26 +1,26 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer exclude_types: [json, binary] - repo: https://github.com/PyCQA/isort - rev: "5.13.2" + rev: "7.0.0" hooks: - id: isort additional_dependencies: [toml] exclude: docs/tutorials - - repo: https://github.com/psf/black - rev: "24.10.0" + - repo: https://github.com/psf/black-pre-commit-mirror + rev: "25.12.0" hooks: - id: black-jupyter - repo: https://github.com/kynan/nbstripout - rev: "0.8.1" + rev: "0.8.2" hooks: - id: nbstripout - repo: https://github.com/hadialqattan/pycln - rev: "v2.5.0" + rev: "v2.6.0" hooks: - id: pycln additional_dependencies: ["click<8.1.0"]