diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 766ca8e..bdf0ac1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: [ --py38-plus ] @@ -47,7 +47,7 @@ repos: # Notebook formatting - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.1 + rev: 1.8.5 hooks: - id: nbqa-isort additional_dependencies: [ isort==5.6.4 ] @@ -70,19 +70,19 @@ repos: args: [ '--futures=true' ] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.3.0 hooks: - id: black language: python - repo: https://github.com/janosh/format-ipy-cells - rev: v0.1.10 + rev: v0.1.11 hooks: - id: format-ipy-cells - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.7.1 hooks: - id: nbstripout