diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aec1f54c..9867f85d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: debug-statements - repo: https://github.com/PyCQA/isort - rev: "7.0.0" + rev: "8.0.1" hooks: - id: isort args: [] @@ -15,6 +15,6 @@ repos: exclude: docs/tutorials - repo: https://github.com/psf/black-pre-commit-mirror - rev: "26.1.0" + rev: "26.3.0" hooks: - id: black-jupyter