diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33e3019..60525ab 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.6.0 + rev: 22.8.0 hooks: - id: black - repo: https://github.com/dfm/black_nbconvert @@ -17,6 +17,6 @@ repos: hooks: - id: flake8 - repo: https://github.com/s-weigand/flake8-nb - rev: v0.4.0 + rev: v0.5.2 hooks: - id: flake8-nb \ No newline at end of file