diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75cfc61..b4c5969 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # Notebook formatting - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.7 + rev: 1.9.1 hooks: - id: nbqa-isort additional_dependencies: [ isort ] @@ -30,7 +30,7 @@ repos: # args: [ --line-length=120 ] # - repo: https://github.com/kynan/nbstripout - rev: 0.8.0 + rev: 0.8.1 hooks: - id: nbstripout