diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac31d86b..c4a3b484 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: exclude: docs/tutorials - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.0" hooks: - id: isort args: [] @@ -22,7 +22,7 @@ repos: exclude: docs/tutorials - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.11.0" hooks: - id: black @@ -32,7 +32,7 @@ repos: - id: black_nbconvert - repo: https://github.com/mwouts/jupytext - rev: v1.15.2 + rev: v1.16.0 hooks: - id: jupytext files: |