diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d14ed4d4..080fdac9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-added-large-files args: [--maxkb=6000] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.15.9 hooks: # Ruff fix - id: ruff @@ -29,6 +29,6 @@ repos: name: YAML (format) types: [yaml] - repo: https://github.com/kynan/nbstripout - rev: 0.8.2 + rev: 0.9.1 hooks: - id: nbstripout