diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 53a835c..0a5c442 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: nbstripout files: ".ipynb" - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black - repo: https://github.com/dfm/black_nbconvert @@ -13,7 +13,7 @@ repos: hooks: - id: black_nbconvert - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/s-weigand/flake8-nb