diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f27855b..e1782a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: additional_dependencies: [toml] exclude: docs/tutorials - repo: https://github.com/psf/black - rev: "22.8.0" + rev: "22.10.0" hooks: - id: black-jupyter - repo: https://github.com/kynan/nbstripout