diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52b6cc1..10da58e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: no-commit-to-branch args: [--branch, develop, --branch, main] @@ -8,7 +8,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black-jupyter language_version: python3.11 @@ -19,6 +19,6 @@ repos: name: isort (python) args: [ "--profile", "black" ] - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.1 hooks: - id: nbstripout