diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 914d0218..105e5407 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-added-large-files # General formatting - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.0 + rev: 26.3.1 hooks: - id: black - id: black-jupyter @@ -27,7 +27,7 @@ repos: - id: pycln # Sorted imports - repo: https://github.com/PyCQA/isort - rev: "8.0.1" + rev: "9.0.0a3" hooks: - id: isort additional_dependencies: [toml]