diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1345028..03ccb55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-yaml - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.4 hooks: - id: ruff args: [--fix] @@ -32,7 +32,7 @@ repos: - id: nbstripout args: [--extra-keys=metadata.kernelspec metadata.language_info.version] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.3.3 + rev: v3.4.2 hooks: - id: prettier args: [--cache-location=.prettier_cache/cache]