diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04ec4d4..68dccc9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,14 +53,14 @@ repos: pass_filenames: false - repo: https://github.com/kynan/nbstripout - rev: "0.8.1" + rev: "0.9.0" hooks: - id: nbstripout args: [--keep-output] files: ^docs/ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.36.0" + rev: "0.36.1" hooks: - id: check-dependabot - id: check-github-workflows