diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e5f4fe1..fa10d77f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,25 +9,25 @@ repos: - id: check-added-large-files # General formatting - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - id: black-jupyter exclude: pysr/test/test_nb.ipynb # Stripping notebooks - repo: https://github.com/kynan/nbstripout - rev: 0.8.0 + rev: 0.8.1 hooks: - id: nbstripout exclude: pysr/test/test_nb.ipynb # Unused imports - repo: https://github.com/hadialqattan/pycln - rev: "v2.4.0" + rev: "v2.5.0" hooks: - id: pycln # Sorted imports - repo: https://github.com/PyCQA/isort - rev: "5.13.2" + rev: "6.0.0" hooks: - id: isort additional_dependencies: [toml]