diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b57adf6..8e13897 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout files: ".ipynb" @@ -18,7 +18,7 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 8.0.0 hooks: - id: isort name: isort (python)