diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2fc00ac..28ef96c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: actionlint - repo: https://github.com/kynan/nbstripout - rev: 0.8.0 + rev: 0.8.1 hooks: - id: nbstripout @@ -78,7 +78,7 @@ repos: # mdformat is not enabled by default, but can be run manually with: # pre-commit run mdformat --all-files --hook-stage manual - repo: https://github.com/executablebooks/mdformat - rev: 0.7.18 + rev: 0.7.19 hooks: - id: mdformat stages: [ manual ] @@ -111,7 +111,7 @@ repos: - id: black-jupyter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.7.4 hooks: - id: ruff args: [ --show-fixes, --exit-non-zero-on-fix ]