diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 001a45f..38ff5bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: '25.9.0' + rev: '25.11.0' hooks: - id: black exclude: ^examples/ @@ -27,7 +27,7 @@ repos: - id: flake8 - repo: https://github.com/kynan/nbstripout - rev: '0.8.1' + rev: '0.8.2' hooks: - id: nbstripout args: ['--extra-keys=metadata.language_info.version']